#ecf5b1
a light, electric yellow · cool · closest name: khaki
RGB
236, 245, 177
HSL
68°, 77%, 83%
CMYK
4, 0, 28, 4
Luminance
0.8631
Every format
| HEX | #ecf5b1 |
| RGB | rgb(236, 245, 177) |
| HSL | hsl(68, 77%, 83%) |
| CMYK | cmyk(4%, 0%, 28%, 4%) |
| LAB | lab(94.5 -13.7 31.8) |
| LCH | lch(94.5 34.6 113.2) |
| OKLCH | oklch(0.947 0.088 114.2) |
Copy-ready code
/* CSS */
color: #ecf5b1;
background-color: #ecf5b1;
/* Tailwind (arbitrary) */
class="text-[#ecf5b1] bg-[#ecf5b1]"
/* SCSS */
$brand: #ecf5b1;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.694)
/* Android */
Color.parseColor("#ecf5b1")Accessibility — WCAG contrast
Aa
#ecf5b1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5b1 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue69.4%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow27.8%
Key (black)3.9%
Color previews
#ecf5b1 text on a black background
contrast 18.26:1
Card sample
#ecf5b1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5b1;
Background color
Panel with #ecf5b1 background
background-color: #ecf5b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5b1; background: linear-gradient(135deg, #ecf5b1, #BFF5B1);