#eeaffc
a light, electric violet · warm · closest name: plum
RGB
238, 175, 252
HSL
289°, 93%, 84%
CMYK
6, 31, 0, 1
Luminance
0.5587
Every format
| HEX | #eeaffc |
| RGB | rgb(238, 175, 252) |
| HSL | hsl(289, 93%, 84%) |
| CMYK | cmyk(6%, 31%, 0%, 1%) |
| LAB | lab(79.5 35.7 -29.2) |
| LCH | lch(79.5 46.2 320.7) |
| OKLCH | oklch(0.838 0.124 320.2) |
Copy-ready code
/* CSS */
color: #eeaffc;
background-color: #eeaffc;
/* Tailwind (arbitrary) */
class="text-[#eeaffc] bg-[#eeaffc]"
/* SCSS */
$brand: #eeaffc;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#eeaffc")Accessibility — WCAG contrast
Aa
#eeaffc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaffc on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#eeaffc text on a black background
contrast 12.17:1
Card sample
#eeaffc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaffc;
Background color
Panel with #eeaffc background
background-color: #eeaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaffc; background: linear-gradient(135deg, #eeaffc, #FCAFD7);