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