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