#ecfdfc
a pale, electric cyan · cool · closest name: white
RGB
236, 253, 252
HSL
177°, 81%, 96%
CMYK
7, 0, 0, 1
Luminance
0.9511
Every format
| HEX | #ecfdfc |
| RGB | rgb(236, 253, 252) |
| HSL | hsl(177, 81%, 96%) |
| CMYK | cmyk(7%, 0%, 0%, 1%) |
| LAB | lab(98.1 -5.7 -1.4) |
| LCH | lch(98.1 5.9 194.1) |
| OKLCH | oklch(0.981 0.018 192.6) |
Copy-ready code
/* CSS */
color: #ecfdfc;
background-color: #ecfdfc;
/* Tailwind (arbitrary) */
class="text-[#ecfdfc] bg-[#ecfdfc]"
/* SCSS */
$brand: #ecfdfc;
/* SwiftUI */
Color(red: 0.925, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#ecfdfc")Accessibility — WCAG contrast
Aa
#ecfdfc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfdfc on black: 20.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.2%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#ecfdfc text on a black background
contrast 20.02:1
Card sample
#ecfdfc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfdfc;
Background color
Panel with #ecfdfc background
background-color: #ecfdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfdfc; background: linear-gradient(135deg, #ecfdfc, #ECF3FD);