#D37CCC
A light, moderate magenta closely aligning with Orchid.
About #D37CCC
At its core, #D37CCC is a light and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(211, 124, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 41% M, 3% Y, and 17% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D37CCC
RGB211, 124, 204
HSL304.8°, 49.7%, 65.7%
CMYK0%, 41%, 3%, 17%
HSV304.8°, 41.2%, 82.7%
LAB63.9, 45.4, -27.2
XYZ45.0, 32.6, 61.1
Decimal13860044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CCC;
}
.text-color {
color: #D37CCC;
}
.border-color {
border: 2px solid #D37CCC;
}