#ecf7b2
a light, electric yellow · cool · closest name: khaki
RGB
236, 247, 178
HSL
70°, 81%, 83%
CMYK
5, 0, 28, 3
Luminance
0.8757
Every format
| HEX | #ecf7b2 |
| RGB | rgb(236, 247, 178) |
| HSL | hsl(70, 81%, 83%) |
| CMYK | cmyk(5%, 0%, 28%, 3%) |
| LAB | lab(95.0 -14.5 32.0) |
| LCH | lch(95.0 35.2 114.3) |
| OKLCH | oklch(0.952 0.089 115.5) |
Copy-ready code
/* CSS */
color: #ecf7b2;
background-color: #ecf7b2;
/* Tailwind (arbitrary) */
class="text-[#ecf7b2] bg-[#ecf7b2]"
/* SCSS */
$brand: #ecf7b2;
/* SwiftUI */
Color(red: 0.925, green: 0.969, blue: 0.698)
/* Android */
Color.parseColor("#ecf7b2")Accessibility — WCAG contrast
Aa
#ecf7b2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf7b2 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.9%
Blue69.8%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow27.9%
Key (black)3.1%
Color previews
#ecf7b2 text on a black background
contrast 18.51:1
Card sample
#ecf7b2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf7b2;
Background color
Panel with #ecf7b2 background
background-color: #ecf7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 247, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 247, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf7b2; background: linear-gradient(135deg, #ecf7b2, #BEF7B2);