#eec67f
a light, electric orange · warm · closest name: khaki
RGB
238, 198, 127
HSL
38°, 77%, 72%
CMYK
0, 17, 47, 7
Luminance
0.6010
Every format
| HEX | #eec67f |
| RGB | rgb(238, 198, 127) |
| HSL | hsl(38, 77%, 72%) |
| CMYK | cmyk(0%, 17%, 47%, 7%) |
| LAB | lab(81.9 5.3 40.8) |
| LCH | lch(81.9 41.1 82.6) |
| OKLCH | oklch(0.846 0.100 81.1) |
Copy-ready code
/* CSS */
color: #eec67f;
background-color: #eec67f;
/* Tailwind (arbitrary) */
class="text-[#eec67f] bg-[#eec67f]"
/* SCSS */
$brand: #eec67f;
/* SwiftUI */
Color(red: 0.933, green: 0.776, blue: 0.498)
/* Android */
Color.parseColor("#eec67f")Accessibility — WCAG contrast
Aa
#eec67f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec67f on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow46.6%
Key (black)6.7%
Color previews
#eec67f text on a black background
contrast 13.02:1
Card sample
#eec67f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec67f;
Background color
Panel with #eec67f background
background-color: #eec67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 198, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 198, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec67f; background: linear-gradient(135deg, #eec67f, #CCEE7F);