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