#AF49E9
A light, vivid purple closely aligning with Darkorchid.
About #AF49E9
The precise color #AF49E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(175, 73, 233).
If you are designing for print, the four-color process is what matters most. The color uses 25% Cyan, 69% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF49E9
RGB175, 73, 233
HSL278.2°, 78.4%, 60.0%
CMYK25%, 69%, 0%, 9%
HSV278.2°, 68.7%, 91.4%
LAB51.6, 66.4, -63.3
XYZ34.8, 19.8, 79.1
Decimal11487721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF49E9;
}
.text-color {
color: #AF49E9;
}
.border-color {
border: 2px solid #AF49E9;
}