#E96DDB
A light, vivid magenta closely aligning with Orchid.
About #E96DDB
At its core, #E96DDB is a light and vivid hue. It is closely associated with the named CSS color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 109, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 53% M, 6% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E96DDB
RGB233, 109, 219
HSL306.8°, 73.8%, 67.1%
CMYK0%, 53%, 6%, 9%
HSV306.8°, 53.2%, 91.4%
LAB64.5, 61.7, -34.5
XYZ51.9, 33.4, 70.7
Decimal15298011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96DDB;
}
.text-color {
color: #E96DDB;
}
.border-color {
border: 2px solid #E96DDB;
}