#E9668A
A light, vivid magenta closely aligning with Palevioletred.
About #E9668A
At its core, #E9668A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(233, 102, 138).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 56% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9668A
RGB233, 102, 138
HSL343.5°, 74.9%, 65.7%
CMYK0%, 56%, 41%, 9%
HSV343.5°, 56.2%, 91.4%
LAB60.5, 54.0, 5.7
XYZ42.9, 28.7, 27.3
Decimal15296138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9668A;
}
.text-color {
color: #E9668A;
}
.border-color {
border: 2px solid #E9668A;
}