#eeecfa
a pale, vivid blue · warm · closest name: lavender
RGB
238, 236, 250
HSL
249°, 58%, 95%
CMYK
5, 6, 0, 2
Luminance
0.8507
Every format
| HEX | #eeecfa |
| RGB | rgb(238, 236, 250) |
| HSL | hsl(249, 58%, 95%) |
| CMYK | cmyk(5%, 6%, 0%, 2%) |
| LAB | lab(93.9 3.2 -6.5) |
| LCH | lch(93.9 7.3 296.2) |
| OKLCH | oklch(0.949 0.019 292.6) |
Copy-ready code
/* CSS */
color: #eeecfa;
background-color: #eeecfa;
/* Tailwind (arbitrary) */
class="text-[#eeecfa] bg-[#eeecfa]"
/* SCSS */
$brand: #eeecfa;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.980)
/* Android */
Color.parseColor("#eeecfa")Accessibility — WCAG contrast
Aa
#eeecfa on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecfa on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta5.6%
Yellow0.0%
Key (black)2.0%
Color previews
#eeecfa text on a black background
contrast 18.01:1
Card sample
#eeecfa text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecfa;
Background color
Panel with #eeecfa background
background-color: #eeecfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecfa; background: linear-gradient(135deg, #eeecfa, #F7ECFA);