#D375CC
A light, moderate magenta closely aligning with Orchid.
About #D375CC
At its core, #D375CC is a light and moderate hue. It is closely associated with the named CSS color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 117, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 45% Magenta, 3% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D375CC
RGB211, 117, 204
HSL304.5°, 51.6%, 64.3%
CMYK0%, 45%, 3%, 17%
HSV304.5°, 44.5%, 82.7%
LAB62.4, 49.0, -29.4
XYZ44.1, 30.9, 60.8
Decimal13858252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375CC;
}
.text-color {
color: #D375CC;
}
.border-color {
border: 2px solid #D375CC;
}