#eefdfe
a pale, electric cyan · cool · closest name: white
RGB
238, 253, 254
HSL
184°, 89%, 97%
CMYK
6, 0, 0, 0
Luminance
0.9558
Every format
| HEX | #eefdfe |
| RGB | rgb(238, 253, 254) |
| HSL | hsl(184, 89%, 97%) |
| CMYK | cmyk(6%, 0%, 0%, 0%) |
| LAB | lab(98.3 -4.7 -2.2) |
| LCH | lch(98.3 5.2 204.8) |
| OKLCH | oklch(0.983 0.016 201.7) |
Copy-ready code
/* CSS */
color: #eefdfe;
background-color: #eefdfe;
/* Tailwind (arbitrary) */
class="text-[#eefdfe] bg-[#eefdfe]"
/* SCSS */
$brand: #eefdfe;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#eefdfe")Accessibility — WCAG contrast
Aa
#eefdfe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdfe on black: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#eefdfe text on a black background
contrast 20.12:1
Card sample
#eefdfe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdfe;
Background color
Panel with #eefdfe background
background-color: #eefdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdfe; background: linear-gradient(135deg, #eefdfe, #EEF2FE);