#ecf5cb
a pale, vivid green · cool · closest name: beige
RGB
236, 245, 203
HSL
73°, 68%, 88%
CMYK
4, 0, 17, 4
Luminance
0.8745
Every format
| HEX | #ecf5cb |
| RGB | rgb(236, 245, 203) |
| HSL | hsl(73, 68%, 88%) |
| CMYK | cmyk(4%, 0%, 17%, 4%) |
| LAB | lab(94.9 -10.0 19.3) |
| LCH | lch(94.9 21.7 117.4) |
| OKLCH | oklch(0.953 0.056 117.3) |
Copy-ready code
/* CSS */
color: #ecf5cb;
background-color: #ecf5cb;
/* Tailwind (arbitrary) */
class="text-[#ecf5cb] bg-[#ecf5cb]"
/* SCSS */
$brand: #ecf5cb;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#ecf5cb")Accessibility — WCAG contrast
Aa
#ecf5cb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5cb on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue79.6%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#ecf5cb text on a black background
contrast 18.49:1
Card sample
#ecf5cb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5cb;
Background color
Panel with #ecf5cb background
background-color: #ecf5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5cb; background: linear-gradient(135deg, #ecf5cb, #D0F5CB);