#eeeffa
a pale, vivid blue · warm · closest name: lavender
RGB
238, 239, 250
HSL
235°, 55%, 96%
CMYK
5, 4, 0, 2
Luminance
0.8681
Every format
| HEX | #eeeffa |
| RGB | rgb(238, 239, 250) |
| HSL | hsl(235, 55%, 96%) |
| CMYK | cmyk(5%, 4%, 0%, 2%) |
| LAB | lab(94.7 1.7 -5.4) |
| LCH | lch(94.7 5.7 287.1) |
| OKLCH | oklch(0.955 0.015 282.0) |
Copy-ready code
/* CSS */
color: #eeeffa;
background-color: #eeeffa;
/* Tailwind (arbitrary) */
class="text-[#eeeffa] bg-[#eeeffa]"
/* SCSS */
$brand: #eeeffa;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.980)
/* Android */
Color.parseColor("#eeeffa")Accessibility — WCAG contrast
Aa
#eeeffa on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeffa on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta4.4%
Yellow0.0%
Key (black)2.0%
Color previews
#eeeffa text on a black background
contrast 18.36:1
Card sample
#eeeffa text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeffa;
Background color
Panel with #eeeffa background
background-color: #eeeffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeffa; background: linear-gradient(135deg, #eeeffa, #F5EEFA);