#E97CDB
A light, vivid magenta closely aligning with Orchid.
About #E97CDB
Visually, #E97CDB is defined as a vivid magenta. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 233 red, 124 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 47% Magenta, 6% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E97CDB
RGB233, 124, 219
HSL307.7°, 71.2%, 70.0%
CMYK0%, 47%, 6%, 9%
HSV307.7°, 46.8%, 91.4%
LAB67.2, 54.6, -30.3
XYZ53.6, 36.9, 71.3
Decimal15301851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.37:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E97CDB;
}
.text-color {
color: #E97CDB;
}
.border-color {
border: 2px solid #E97CDB;
}