#eedf66
a light, electric yellow · cool · closest name: khaki
RGB
238, 223, 102
HSL
53°, 80%, 67%
CMYK
0, 6, 57, 7
Luminance
0.7191
Every format
| HEX | #eedf66 |
| RGB | rgb(238, 223, 102) |
| HSL | hsl(53, 80%, 67%) |
| CMYK | cmyk(0%, 6%, 57%, 7%) |
| LAB | lab(87.9 -9.6 59.9) |
| LCH | lch(87.9 60.7 99.1) |
| OKLCH | oklch(0.893 0.142 102.3) |
Copy-ready code
/* CSS */
color: #eedf66;
background-color: #eedf66;
/* Tailwind (arbitrary) */
class="text-[#eedf66] bg-[#eedf66]"
/* SCSS */
$brand: #eedf66;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.400)
/* Android */
Color.parseColor("#eedf66")Accessibility — WCAG contrast
Aa
#eedf66 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf66 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow57.1%
Key (black)6.7%
Color previews
#eedf66 text on a black background
contrast 15.38:1
Card sample
#eedf66 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf66;
Background color
Panel with #eedf66 background
background-color: #eedf66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf66; background: linear-gradient(135deg, #eedf66, #A2EE66);