#ecfcd3
a pale, electric green · cool · closest name: beige
RGB
236, 252, 211
HSL
83°, 87%, 91%
CMYK
6, 0, 16, 1
Luminance
0.9216
Every format
| HEX | #ecfcd3 |
| RGB | rgb(236, 252, 211) |
| HSL | hsl(83, 87%, 91%) |
| CMYK | cmyk(6%, 0%, 16%, 1%) |
| LAB | lab(96.9 -12.2 17.9) |
| LCH | lch(96.9 21.7 124.3) |
| OKLCH | oklch(0.969 0.056 124.8) |
Copy-ready code
/* CSS */
color: #ecfcd3;
background-color: #ecfcd3;
/* Tailwind (arbitrary) */
class="text-[#ecfcd3] bg-[#ecfcd3]"
/* SCSS */
$brand: #ecfcd3;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.827)
/* Android */
Color.parseColor("#ecfcd3")Accessibility — WCAG contrast
Aa
#ecfcd3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfcd3 on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue82.7%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow16.3%
Key (black)1.2%
Color previews
#ecfcd3 text on a black background
contrast 19.43:1
Card sample
#ecfcd3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfcd3;
Background color
Panel with #ecfcd3 background
background-color: #ecfcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfcd3; background: linear-gradient(135deg, #ecfcd3, #D3FCD5);