#AF0FB6
A dark, vivid magenta closely aligning with Darkorchid.
About #AF0FB6
At its core, #AF0FB6 is a dark and vivid hue. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(175, 15, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 92% magenta inks. The HSL representation is 297.5° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF0FB6
RGB175, 15, 182
HSL297.5°, 84.8%, 38.6%
CMYK4%, 92%, 0%, 29%
HSV297.5°, 91.8%, 71.4%
LAB42.5, 73.6, -48.5
XYZ26.3, 12.8, 45.3
Decimal11472822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.89:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF0FB6;
}
.text-color {
color: #AF0FB6;
}
.border-color {
border: 2px solid #AF0FB6;
}