#D375DB
A light, moderate magenta closely aligning with Orchid.
About #D375DB
When working with digital screens, the color #D375DB is rendered by mixing light. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(211, 117, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 47% magenta, 0% yellow, and 14% black. With a hue angle of 295.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D375DB
RGB211, 117, 219
HSL295.3°, 58.6%, 65.9%
CMYK4%, 47%, 0%, 14%
HSV295.3°, 46.6%, 85.9%
LAB63.1, 51.7, -36.8
XYZ46.0, 31.7, 70.7
Decimal13858267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375DB;
}
.text-color {
color: #D375DB;
}
.border-color {
border: 2px solid #D375DB;
}