#eefdfb
a pale, electric cyan · cool · closest name: white
RGB
238, 253, 251
HSL
172°, 79%, 96%
CMYK
6, 0, 1, 1
Luminance
0.9539
Every format
| HEX | #eefdfb |
| RGB | rgb(238, 253, 251) |
| HSL | hsl(172, 79%, 96%) |
| CMYK | cmyk(6%, 0%, 1%, 1%) |
| LAB | lab(98.2 -5.3 -0.7) |
| LCH | lch(98.2 5.3 188.0) |
| OKLCH | oklch(0.982 0.016 187.3) |
Copy-ready code
/* CSS */
color: #eefdfb;
background-color: #eefdfb;
/* Tailwind (arbitrary) */
class="text-[#eefdfb] bg-[#eefdfb]"
/* SCSS */
$brand: #eefdfb;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#eefdfb")Accessibility — WCAG contrast
Aa
#eefdfb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdfb on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue98.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#eefdfb text on a black background
contrast 20.08:1
Card sample
#eefdfb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdfb;
Background color
Panel with #eefdfb background
background-color: #eefdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdfb; background: linear-gradient(135deg, #eefdfb, #EEF5FD);