#D375C5
A light, moderate magenta closely aligning with Orchid.
About #D375C5
The hex code #D375C5 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 211 red, 117 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 45% magenta, 7% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D375C5
RGB211, 117, 197
HSL308.9°, 51.6%, 64.3%
CMYK0%, 45%, 7%, 17%
HSV308.9°, 44.5%, 82.7%
LAB62.2, 47.8, -25.9
XYZ43.3, 30.6, 56.4
Decimal13858245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375C5;
}
.text-color {
color: #D375C5;
}
.border-color {
border: 2px solid #D375C5;
}