#eec477
a light, electric orange · warm · closest name: khaki
RGB
238, 196, 119
HSL
39°, 78%, 70%
CMYK
0, 18, 50, 7
Luminance
0.5899
Every format
| HEX | #eec477 |
| RGB | rgb(238, 196, 119) |
| HSL | hsl(39, 78%, 70%) |
| CMYK | cmyk(0%, 18%, 50%, 7%) |
| LAB | lab(81.3 5.6 44.0) |
| LCH | lch(81.3 44.4 82.8) |
| OKLCH | oklch(0.841 0.107 81.6) |
Copy-ready code
/* CSS */
color: #eec477;
background-color: #eec477;
/* Tailwind (arbitrary) */
class="text-[#eec477] bg-[#eec477]"
/* SCSS */
$brand: #eec477;
/* SwiftUI */
Color(red: 0.933, green: 0.769, blue: 0.467)
/* Android */
Color.parseColor("#eec477")Accessibility — WCAG contrast
Aa
#eec477 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec477 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.9%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow50.0%
Key (black)6.7%
Color previews
#eec477 text on a black background
contrast 12.80:1
Card sample
#eec477 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec477;
Background color
Panel with #eec477 background
background-color: #eec477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 196, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 196, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec477; background: linear-gradient(135deg, #eec477, #C9EE77);