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