#AF1D49
A medium, vivid magenta closely aligning with Brown.
About #AF1D49
When working with digital screens, the color #AF1D49 is rendered by mixing light. Its closest recognized web color is Brown. This translates to an RGB value of rgb(175, 29, 73).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 83% Magenta, 58% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF1D49
RGB175, 29, 73
HSL341.9°, 71.6%, 40.0%
CMYK0%, 83%, 58%, 31%
HSV341.9°, 83.4%, 68.6%
LAB38.7, 58.3, 13.0
XYZ19.3, 10.5, 7.3
Decimal11476297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.79:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.49:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF1D49;
}
.text-color {
color: #AF1D49;
}
.border-color {
border: 2px solid #AF1D49;
}