#eef1ff
a pale, electric blue · warm · closest name: lavender
RGB
238, 241, 255
HSL
229°, 100%, 97%
CMYK
7, 6, 0, 0
Luminance
0.8831
Every format
| HEX | #eef1ff |
| RGB | rgb(238, 241, 255) |
| HSL | hsl(229, 100%, 97%) |
| CMYK | cmyk(7%, 6%, 0%, 0%) |
| LAB | lab(95.3 1.6 -7.1) |
| LCH | lch(95.3 7.2 282.5) |
| OKLCH | oklch(0.960 0.019 276.3) |
Copy-ready code
/* CSS */
color: #eef1ff;
background-color: #eef1ff;
/* Tailwind (arbitrary) */
class="text-[#eef1ff] bg-[#eef1ff]"
/* SCSS */
$brand: #eef1ff;
/* SwiftUI */
Color(red: 0.933, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#eef1ff")Accessibility — WCAG contrast
Aa
#eef1ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef1ff on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.5%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#eef1ff text on a black background
contrast 18.66:1
Card sample
#eef1ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef1ff;
Background color
Panel with #eef1ff background
background-color: #eef1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef1ff; background: linear-gradient(135deg, #eef1ff, #F6EEFF);