#eef0fd
a pale, electric blue · warm · closest name: lavender
RGB
238, 240, 253
HSL
232°, 79%, 96%
CMYK
6, 5, 0, 1
Luminance
0.8759
Every format
| HEX | #eef0fd |
| RGB | rgb(238, 240, 253) |
| HSL | hsl(232, 79%, 96%) |
| CMYK | cmyk(6%, 5%, 0%, 1%) |
| LAB | lab(95.0 1.7 -6.5) |
| LCH | lch(95.0 6.7 284.8) |
| OKLCH | oklch(0.957 0.018 279.1) |
Copy-ready code
/* CSS */
color: #eef0fd;
background-color: #eef0fd;
/* Tailwind (arbitrary) */
class="text-[#eef0fd] bg-[#eef0fd]"
/* SCSS */
$brand: #eef0fd;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#eef0fd")Accessibility — WCAG contrast
Aa
#eef0fd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef0fd on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eef0fd text on a black background
contrast 18.52:1
Card sample
#eef0fd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef0fd;
Background color
Panel with #eef0fd background
background-color: #eef0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef0fd; background: linear-gradient(135deg, #eef0fd, #F6EEFD);