Blue primary color has wrong hex code in style guide PDF
Open
- Dominant language
- No language data
- Stars
- 301
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
[dotnet-styleGuide-2024.pdf](https://github.com/dotnet/brand/blob/main/dotnet-styleGuide-2024.pdf) > slide 10
"Blue Primary" has hex code `#512BD4`. That's the brand purple.
It should be `#0A6BFF`. I got that by converting `CMYK(96, 58, 0, 0)` to hex.
Contributor guide
Assessment
This issue has not been assessed yet.