#ecfcd6
a pale, electric green · cool · closest name: beige
RGB
236, 252, 214
HSL
85°, 86%, 91%
CMYK
6, 0, 15, 1
Luminance
0.9231
Every format
| HEX | #ecfcd6 |
| RGB | rgb(236, 252, 214) |
| HSL | hsl(85, 86%, 91%) |
| CMYK | cmyk(6%, 0%, 15%, 1%) |
| LAB | lab(97.0 -11.8 16.4) |
| LCH | lch(97.0 20.2 125.5) |
| OKLCH | oklch(0.969 0.052 126.0) |
Copy-ready code
/* CSS */
color: #ecfcd6;
background-color: #ecfcd6;
/* Tailwind (arbitrary) */
class="text-[#ecfcd6] bg-[#ecfcd6]"
/* SCSS */
$brand: #ecfcd6;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.839)
/* Android */
Color.parseColor("#ecfcd6")Accessibility — WCAG contrast
Aa
#ecfcd6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfcd6 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue83.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow15.1%
Key (black)1.2%
Color previews
#ecfcd6 text on a black background
contrast 19.46:1
Card sample
#ecfcd6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfcd6;
Background color
Panel with #ecfcd6 background
background-color: #ecfcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfcd6; background: linear-gradient(135deg, #ecfcd6, #D6FCD9);