#eed07d
a light, electric yellow · warm · closest name: khaki
RGB
238, 208, 125
HSL
44°, 77%, 71%
CMYK
0, 13, 48, 7
Luminance
0.6477
Every format
| HEX | #eed07d |
| RGB | rgb(238, 208, 125) |
| HSL | hsl(44, 77%, 71%) |
| CMYK | cmyk(0%, 13%, 48%, 7%) |
| LAB | lab(84.4 -0.1 44.9) |
| LCH | lch(84.4 44.9 90.1) |
| OKLCH | oklch(0.865 0.108 90.2) |
Copy-ready code
/* CSS */
color: #eed07d;
background-color: #eed07d;
/* Tailwind (arbitrary) */
class="text-[#eed07d] bg-[#eed07d]"
/* SCSS */
$brand: #eed07d;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.490)
/* Android */
Color.parseColor("#eed07d")Accessibility — WCAG contrast
Aa
#eed07d on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed07d on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow47.5%
Key (black)6.7%
Color previews
#eed07d text on a black background
contrast 13.95:1
Card sample
#eed07d text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed07d;
Background color
Panel with #eed07d background
background-color: #eed07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed07d; background: linear-gradient(135deg, #eed07d, #C1EE7D);