#ecf5c7
a pale, vivid green · cool · closest name: beige
RGB
236, 245, 199
HSL
72°, 70%, 87%
CMYK
4, 0, 19, 4
Luminance
0.8726
Every format
| HEX | #ecf5c7 |
| RGB | rgb(236, 245, 199) |
| HSL | hsl(72, 70%, 87%) |
| CMYK | cmyk(4%, 0%, 19%, 4%) |
| LAB | lab(94.8 -10.6 21.2) |
| LCH | lch(94.8 23.7 116.5) |
| OKLCH | oklch(0.952 0.061 116.6) |
Copy-ready code
/* CSS */
color: #ecf5c7;
background-color: #ecf5c7;
/* Tailwind (arbitrary) */
class="text-[#ecf5c7] bg-[#ecf5c7]"
/* SCSS */
$brand: #ecf5c7;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.780)
/* Android */
Color.parseColor("#ecf5c7")Accessibility — WCAG contrast
Aa
#ecf5c7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5c7 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue78.0%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow18.8%
Key (black)3.9%
Color previews
#ecf5c7 text on a black background
contrast 18.45:1
Card sample
#ecf5c7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5c7;
Background color
Panel with #ecf5c7 background
background-color: #ecf5c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5c7; background: linear-gradient(135deg, #ecf5c7, #CEF5C7);