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