#D375E2
A light, moderate magenta closely aligning with Orchid.
About #D375E2
At its core, #D375E2 is a light and moderate hue. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 211 red, 117 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 7% cyan, 48% magenta, 0% yellow, and 11% black. The HSL representation is 291.7° hue, 65.3% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D375E2
RGB211, 117, 226
HSL291.7°, 65.3%, 67.3%
CMYK7%, 48%, 0%, 11%
HSV291.7°, 48.2%, 88.6%
LAB63.4, 53.0, -40.3
XYZ47.0, 32.1, 75.7
Decimal13858274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375E2;
}
.text-color {
color: #D375E2;
}
.border-color {
border: 2px solid #D375E2;
}