#ecfffe
a pale, electric cyan · cool · closest name: white
RGB
236, 255, 254
HSL
177°, 100%, 96%
CMYK
8, 0, 0, 0
Luminance
0.9651
Every format
| HEX | #ecfffe |
| RGB | rgb(236, 255, 254) |
| HSL | hsl(177, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 0%, 0%) |
| LAB | lab(98.6 -6.3 -1.6) |
| LCH | lch(98.6 6.6 194.5) |
| OKLCH | oklch(0.986 0.020 193.0) |
Copy-ready code
/* CSS */
color: #ecfffe;
background-color: #ecfffe;
/* Tailwind (arbitrary) */
class="text-[#ecfffe] bg-[#ecfffe]"
/* SCSS */
$brand: #ecfffe;
/* SwiftUI */
Color(red: 0.925, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#ecfffe")Accessibility — WCAG contrast
Aa
#ecfffe on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfffe on black: 20.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green100.0%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#ecfffe text on a black background
contrast 20.30:1
Card sample
#ecfffe text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfffe;
Background color
Panel with #ecfffe background
background-color: #ecfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfffe; background: linear-gradient(135deg, #ecfffe, #ECF3FF);