#AF24BD
A medium, moderate magenta closely aligning with Darkorchid.
About #AF24BD
At its core, #AF24BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 175 red, 36 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 81% magenta inks. With a hue angle of 294.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF24BD
RGB175, 36, 189
HSL294.5°, 68.0%, 44.1%
CMYK7%, 81%, 0%, 26%
HSV294.5°, 81.0%, 74.1%
LAB44.3, 70.7, -49.7
XYZ27.5, 14.0, 49.4
Decimal11478205
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24BD;
}
.text-color {
color: #AF24BD;
}
.border-color {
border: 2px solid #AF24BD;
}