#ecffee
a pale, electric green · cool · closest name: ivory
RGB
236, 255, 238
HSL
126°, 100%, 96%
CMYK
8, 0, 7, 0
Luminance
0.9553
Every format
| HEX | #ecffee |
| RGB | rgb(236, 255, 238) |
| HSL | hsl(126, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 7%, 0%) |
| LAB | lab(98.2 -9.2 6.0) |
| LCH | lch(98.2 11.0 147.0) |
| OKLCH | oklch(0.981 0.030 148.4) |
Copy-ready code
/* CSS */
color: #ecffee;
background-color: #ecffee;
/* Tailwind (arbitrary) */
class="text-[#ecffee] bg-[#ecffee]"
/* SCSS */
$brand: #ecffee;
/* SwiftUI */
Color(red: 0.925, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#ecffee")Accessibility — WCAG contrast
Aa
#ecffee on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecffee on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green100.0%
Blue93.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ecffee text on a black background
contrast 20.11:1
Card sample
#ecffee text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecffee;
Background color
Panel with #ecffee background
background-color: #ecffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecffee; background: linear-gradient(135deg, #ecffee, #ECFFFB);