#D375E9
A light, vivid magenta closely aligning with Violet.
About #D375E9
At its core, #D375E9 is a light and vivid hue. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 117, and 233.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 50% Magenta, 0% Yellow, and 9% Black. The HSL representation is 288.6° hue, 72.5% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D375E9
RGB211, 117, 233
HSL288.6°, 72.5%, 68.6%
CMYK9%, 50%, 0%, 9%
HSV288.6°, 49.8%, 91.4%
LAB63.7, 54.4, -43.6
XYZ47.9, 32.5, 80.8
Decimal13858281
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.49:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375E9;
}
.text-color {
color: #D375E9;
}
.border-color {
border: 2px solid #D375E9;
}