#eeeefe
a pale, electric blue · warm · closest name: lavender
RGB
238, 238, 254
HSL
240°, 89%, 97%
CMYK
6, 6, 0, 0
Luminance
0.8648
Every format
| HEX | #eeeefe |
| RGB | rgb(238, 238, 254) |
| HSL | hsl(240, 89%, 97%) |
| CMYK | cmyk(6%, 6%, 0%, 0%) |
| LAB | lab(94.5 2.9 -7.7) |
| LCH | lch(94.5 8.2 290.8) |
| OKLCH | oklch(0.954 0.021 286.0) |
Copy-ready code
/* CSS */
color: #eeeefe;
background-color: #eeeefe;
/* Tailwind (arbitrary) */
class="text-[#eeeefe] bg-[#eeeefe]"
/* SCSS */
$brand: #eeeefe;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#eeeefe")Accessibility — WCAG contrast
Aa
#eeeefe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeefe on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#eeeefe text on a black background
contrast 18.30:1
Card sample
#eeeefe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeefe;
Background color
Panel with #eeeefe background
background-color: #eeeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeefe; background: linear-gradient(135deg, #eeeefe, #F9EEFE);