#eeeafb
a pale, vivid blue · warm · closest name: lavender
RGB
238, 234, 251
HSL
254°, 68%, 95%
CMYK
5, 7, 0, 2
Luminance
0.8399
Every format
| HEX | #eeeafb |
| RGB | rgb(238, 234, 251) |
| HSL | hsl(254, 68%, 95%) |
| CMYK | cmyk(5%, 7%, 0%, 2%) |
| LAB | lab(93.5 4.4 -7.7) |
| LCH | lch(93.5 8.9 299.8) |
| OKLCH | oklch(0.945 0.023 296.7) |
Copy-ready code
/* CSS */
color: #eeeafb;
background-color: #eeeafb;
/* Tailwind (arbitrary) */
class="text-[#eeeafb] bg-[#eeeafb]"
/* SCSS */
$brand: #eeeafb;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#eeeafb")Accessibility — WCAG contrast
Aa
#eeeafb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeafb on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#eeeafb text on a black background
contrast 17.80:1
Card sample
#eeeafb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeafb;
Background color
Panel with #eeeafb background
background-color: #eeeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeafb; background: linear-gradient(135deg, #eeeafb, #F9EAFB);