#eed166
a light, electric yellow · cool · closest name: khaki
RGB
238, 209, 102
HSL
47°, 80%, 67%
CMYK
0, 12, 57, 7
Luminance
0.6474
Every format
| HEX | #eed166 |
| RGB | rgb(238, 209, 102) |
| HSL | hsl(47, 80%, 67%) |
| CMYK | cmyk(0%, 12%, 57%, 7%) |
| LAB | lab(84.3 -2.5 55.9) |
| LCH | lch(84.3 55.9 92.6) |
| OKLCH | oklch(0.864 0.131 94.4) |
Copy-ready code
/* CSS */
color: #eed166;
background-color: #eed166;
/* Tailwind (arbitrary) */
class="text-[#eed166] bg-[#eed166]"
/* SCSS */
$brand: #eed166;
/* SwiftUI */
Color(red: 0.933, green: 0.820, blue: 0.400)
/* Android */
Color.parseColor("#eed166")Accessibility — WCAG contrast
Aa
#eed166 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed166 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow57.1%
Key (black)6.7%
Color previews
#eed166 text on a black background
contrast 13.95:1
Card sample
#eed166 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed166;
Background color
Panel with #eed166 background
background-color: #eed166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 209, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 209, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed166; background: linear-gradient(135deg, #eed166, #B0EE66);