#eefffd
a pale, electric cyan · cool · closest name: white
RGB
238, 255, 253
HSL
173°, 100%, 97%
CMYK
7, 0, 1, 0
Luminance
0.9679
Every format
| HEX | #eefffd |
| RGB | rgb(238, 255, 253) |
| HSL | hsl(173, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 1%, 0%) |
| LAB | lab(98.7 -5.9 -0.9) |
| LCH | lch(98.7 6.0 189.2) |
| OKLCH | oklch(0.987 0.018 188.4) |
Copy-ready code
/* CSS */
color: #eefffd;
background-color: #eefffd;
/* Tailwind (arbitrary) */
class="text-[#eefffd] bg-[#eefffd]"
/* SCSS */
$brand: #eefffd;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#eefffd")Accessibility — WCAG contrast
Aa
#eefffd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefffd on black: 20.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#eefffd text on a black background
contrast 20.36:1
Card sample
#eefffd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefffd;
Background color
Panel with #eefffd background
background-color: #eefffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefffd; background: linear-gradient(135deg, #eefffd, #EEF6FF);