#eec176
a light, electric orange · warm · closest name: khaki
RGB
238, 193, 118
HSL
38°, 78%, 70%
CMYK
0, 19, 50, 7
Luminance
0.5763
Every format
| HEX | #eec176 |
| RGB | rgb(238, 193, 118) |
| HSL | hsl(38, 78%, 70%) |
| CMYK | cmyk(0%, 19%, 50%, 7%) |
| LAB | lab(80.5 7.0 43.6) |
| LCH | lch(80.5 44.2 80.8) |
| OKLCH | oklch(0.835 0.106 79.3) |
Copy-ready code
/* CSS */
color: #eec176;
background-color: #eec176;
/* Tailwind (arbitrary) */
class="text-[#eec176] bg-[#eec176]"
/* SCSS */
$brand: #eec176;
/* SwiftUI */
Color(red: 0.933, green: 0.757, blue: 0.463)
/* Android */
Color.parseColor("#eec176")Accessibility — WCAG contrast
Aa
#eec176 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec176 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green75.7%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow50.4%
Key (black)6.7%
Color previews
#eec176 text on a black background
contrast 12.53:1
Card sample
#eec176 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec176;
Background color
Panel with #eec176 background
background-color: #eec176;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec176;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 193, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 193, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec176; background: linear-gradient(135deg, #eec176, #CBEE76);