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