#AF2CBD
A medium, moderate magenta closely aligning with Darkorchid.
About #AF2CBD
Visually, #AF2CBD is defined as a moderate magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(175, 44, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 7% cyan, 77% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#AF2CBD
RGB175, 44, 189
HSL294.2°, 62.2%, 45.7%
CMYK7%, 77%, 0%, 26%
HSV294.2°, 76.7%, 74.1%
LAB45.1, 68.5, -48.5
XYZ27.8, 14.6, 49.5
Decimal11480253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CBD;
}
.text-color {
color: #AF2CBD;
}
.border-color {
border: 2px solid #AF2CBD;
}