#eef2fe
a pale, electric blue · warm · closest name: lavender
RGB
238, 242, 254
HSL
225°, 89%, 97%
CMYK
6, 5, 0, 0
Luminance
0.8884
Every format
| HEX | #eef2fe |
| RGB | rgb(238, 242, 254) |
| HSL | hsl(225, 89%, 97%) |
| CMYK | cmyk(6%, 5%, 0%, 0%) |
| LAB | lab(95.5 0.9 -6.2) |
| LCH | lch(95.5 6.3 278.0) |
| OKLCH | oklch(0.962 0.017 271.2) |
Copy-ready code
/* CSS */
color: #eef2fe;
background-color: #eef2fe;
/* Tailwind (arbitrary) */
class="text-[#eef2fe] bg-[#eef2fe]"
/* SCSS */
$brand: #eef2fe;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#eef2fe")Accessibility — WCAG contrast
Aa
#eef2fe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2fe on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#eef2fe text on a black background
contrast 18.77:1
Card sample
#eef2fe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2fe;
Background color
Panel with #eef2fe background
background-color: #eef2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2fe; background: linear-gradient(135deg, #eef2fe, #F5EEFE);