#ecf9cd
a pale, electric green · cool · closest name: beige
RGB
236, 249, 205
HSL
78°, 79%, 89%
CMYK
5, 0, 18, 2
Luminance
0.8999
Every format
| HEX | #ecf9cd |
| RGB | rgb(236, 249, 205) |
| HSL | hsl(78, 79%, 89%) |
| CMYK | cmyk(5%, 0%, 18%, 2%) |
| LAB | lab(96.0 -11.7 19.7) |
| LCH | lch(96.0 22.9 120.6) |
| OKLCH | oklch(0.961 0.059 120.9) |
Copy-ready code
/* CSS */
color: #ecf9cd;
background-color: #ecf9cd;
/* Tailwind (arbitrary) */
class="text-[#ecf9cd] bg-[#ecf9cd]"
/* SCSS */
$brand: #ecf9cd;
/* SwiftUI */
Color(red: 0.925, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#ecf9cd")Accessibility — WCAG contrast
Aa
#ecf9cd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf9cd on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.6%
Blue80.4%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#ecf9cd text on a black background
contrast 19.00:1
Card sample
#ecf9cd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf9cd;
Background color
Panel with #ecf9cd background
background-color: #ecf9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf9cd; background: linear-gradient(135deg, #ecf9cd, #CFF9CD);