#eeec67
a light, electric yellow · cool · closest name: khaki
RGB
238, 236, 103
HSL
59°, 80%, 67%
CMYK
0, 1, 57, 7
Luminance
0.7915
Every format
| HEX | #eeec67 |
| RGB | rgb(238, 236, 103) |
| HSL | hsl(59, 80%, 67%) |
| CMYK | cmyk(0%, 1%, 57%, 7%) |
| LAB | lab(91.3 -16.0 63.3) |
| LCH | lch(91.3 65.3 104.2) |
| OKLCH | oklch(0.919 0.154 108.3) |
Copy-ready code
/* CSS */
color: #eeec67;
background-color: #eeec67;
/* Tailwind (arbitrary) */
class="text-[#eeec67] bg-[#eeec67]"
/* SCSS */
$brand: #eeec67;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#eeec67")Accessibility — WCAG contrast
Aa
#eeec67 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeec67 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow56.7%
Key (black)6.7%
Color previews
#eeec67 text on a black background
contrast 16.83:1
Card sample
#eeec67 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeec67;
Background color
Panel with #eeec67 background
background-color: #eeec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeec67; background: linear-gradient(135deg, #eeec67, #96EE67);