#E950CC
A light, vivid magenta closely aligning with Orchid.
About #E950CC
At its core, #E950CC is a light and vivid hue. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(233, 80, 204).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 66% Magenta, 12% Yellow, and 9% Black. The HSL representation is 311.4° hue, 77.7% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E950CC
RGB233, 80, 204
HSL311.4°, 77.7%, 61.4%
CMYK0%, 66%, 12%, 9%
HSV311.4°, 65.7%, 91.4%
LAB59.4, 71.6, -34.0
XYZ47.4, 27.4, 59.9
Decimal15290572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E950CC;
}
.text-color {
color: #E950CC;
}
.border-color {
border: 2px solid #E950CC;
}