#ecf8cb
a pale, electric green · cool · closest name: beige
RGB
236, 248, 203
HSL
76°, 76%, 88%
CMYK
5, 0, 18, 3
Luminance
0.8928
Every format
| HEX | #ecf8cb |
| RGB | rgb(236, 248, 203) |
| HSL | hsl(76, 76%, 88%) |
| CMYK | cmyk(5%, 0%, 18%, 3%) |
| LAB | lab(95.7 -11.5 20.3) |
| LCH | lch(95.7 23.3 119.4) |
| OKLCH | oklch(0.959 0.060 119.7) |
Copy-ready code
/* CSS */
color: #ecf8cb;
background-color: #ecf8cb;
/* Tailwind (arbitrary) */
class="text-[#ecf8cb] bg-[#ecf8cb]"
/* SCSS */
$brand: #ecf8cb;
/* SwiftUI */
Color(red: 0.925, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#ecf8cb")Accessibility — WCAG contrast
Aa
#ecf8cb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf8cb on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.3%
Blue79.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow18.1%
Key (black)2.7%
Color previews
#ecf8cb text on a black background
contrast 18.86:1
Card sample
#ecf8cb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf8cb;
Background color
Panel with #ecf8cb background
background-color: #ecf8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf8cb; background: linear-gradient(135deg, #ecf8cb, #CEF8CB);