#ecf6b2
a light, electric yellow · cool · closest name: khaki
RGB
236, 246, 178
HSL
69°, 79%, 83%
CMYK
4, 0, 28, 4
Luminance
0.8696
Every format
| HEX | #ecf6b2 |
| RGB | rgb(236, 246, 178) |
| HSL | hsl(69, 79%, 83%) |
| CMYK | cmyk(4%, 0%, 28%, 4%) |
| LAB | lab(94.7 -14.0 31.7) |
| LCH | lch(94.7 34.7 113.8) |
| OKLCH | oklch(0.950 0.088 114.9) |
Copy-ready code
/* CSS */
color: #ecf6b2;
background-color: #ecf6b2;
/* Tailwind (arbitrary) */
class="text-[#ecf6b2] bg-[#ecf6b2]"
/* SCSS */
$brand: #ecf6b2;
/* SwiftUI */
Color(red: 0.925, green: 0.965, blue: 0.698)
/* Android */
Color.parseColor("#ecf6b2")Accessibility — WCAG contrast
Aa
#ecf6b2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf6b2 on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.5%
Blue69.8%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow27.6%
Key (black)3.5%
Color previews
#ecf6b2 text on a black background
contrast 18.39:1
Card sample
#ecf6b2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf6b2;
Background color
Panel with #ecf6b2 background
background-color: #ecf6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 246, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 246, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf6b2; background: linear-gradient(135deg, #ecf6b2, #BFF6B2);