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