#AF1DB6
A medium, vivid magenta closely aligning with Darkorchid.
About #AF1DB6
The hex code #AF1DB6 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(175, 29, 182).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 4% C, 84% M, 0% Y, and 29% K. With a hue angle of 297.3 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF1DB6
RGB175, 29, 182
HSL297.3°, 72.5%, 41.4%
CMYK4%, 84%, 0%, 29%
HSV297.3°, 84.1%, 71.4%
LAB43.3, 71.2, -47.2
XYZ26.6, 13.4, 45.4
Decimal11476406
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.72:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.46:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF1DB6;
}
.text-color {
color: #AF1DB6;
}
.border-color {
border: 2px solid #AF1DB6;
}