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