#eecaf7
a pale, vivid violet · warm · closest name: plum
RGB
238, 202, 247
HSL
288°, 74%, 88%
CMYK
4, 18, 0, 3
Luminance
0.6713
Every format
| HEX | #eecaf7 |
| RGB | rgb(238, 202, 247) |
| HSL | hsl(288, 74%, 88%) |
| CMYK | cmyk(4%, 18%, 0%, 3%) |
| LAB | lab(85.6 20.4 -17.4) |
| LCH | lch(85.6 26.8 319.6) |
| OKLCH | oklch(0.883 0.072 319.5) |
Copy-ready code
/* CSS */
color: #eecaf7;
background-color: #eecaf7;
/* Tailwind (arbitrary) */
class="text-[#eecaf7] bg-[#eecaf7]"
/* SCSS */
$brand: #eecaf7;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#eecaf7")Accessibility — WCAG contrast
Aa
#eecaf7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecaf7 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#eecaf7 text on a black background
contrast 14.43:1
Card sample
#eecaf7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecaf7;
Background color
Panel with #eecaf7 background
background-color: #eecaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecaf7; background: linear-gradient(135deg, #eecaf7, #F7CAE2);