#AF1D50
A medium, vivid magenta closely aligning with Brown.
About #AF1D50
When working with digital screens, the color #AF1D50 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 175 red, 29 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 83% Magenta, 54% Yellow, and 31% Black. With a hue angle of 339.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#AF1D50
RGB175, 29, 80
HSL339.0°, 71.6%, 40.0%
CMYK0%, 83%, 54%, 31%
HSV339.0°, 83.4%, 68.6%
LAB38.8, 58.8, 8.8
XYZ19.6, 10.6, 8.6
Decimal11476304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.44:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF1D50;
}
.text-color {
color: #AF1D50;
}
.border-color {
border: 2px solid #AF1D50;
}