#ecf3cb
a pale, vivid green · cool · closest name: beige
RGB
236, 243, 203
HSL
71°, 63%, 88%
CMYK
3, 0, 17, 5
Luminance
0.8625
Every format
| HEX | #ecf3cb |
| RGB | rgb(236, 243, 203) |
| HSL | hsl(71, 63%, 88%) |
| CMYK | cmyk(3%, 0%, 17%, 5%) |
| LAB | lab(94.4 -9.0 18.5) |
| LCH | lch(94.4 20.6 115.8) |
| OKLCH | oklch(0.949 0.053 115.5) |
Copy-ready code
/* CSS */
color: #ecf3cb;
background-color: #ecf3cb;
/* Tailwind (arbitrary) */
class="text-[#ecf3cb] bg-[#ecf3cb]"
/* SCSS */
$brand: #ecf3cb;
/* SwiftUI */
Color(red: 0.925, green: 0.953, blue: 0.796)
/* Android */
Color.parseColor("#ecf3cb")Accessibility — WCAG contrast
Aa
#ecf3cb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf3cb on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green95.3%
Blue79.6%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow16.5%
Key (black)4.7%
Color previews
#ecf3cb text on a black background
contrast 18.25:1
Card sample
#ecf3cb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf3cb;
Background color
Panel with #ecf3cb background
background-color: #ecf3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 243, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 243, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf3cb; background: linear-gradient(135deg, #ecf3cb, #D2F3CB);