#D37CD3
A light, moderate magenta closely aligning with Orchid.
About #D37CD3
When working with digital screens, the color #D37CD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 124, and 211.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 41% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D37CD3
RGB211, 124, 211
HSL300.0°, 49.7%, 65.7%
CMYK0%, 41%, 0%, 17%
HSV300.0°, 41.2%, 82.7%
LAB64.1, 46.7, -30.7
XYZ45.8, 33.0, 65.6
Decimal13860051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.59:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CD3;
}
.text-color {
color: #D37CD3;
}
.border-color {
border: 2px solid #D37CD3;
}