#eedc76
a light, electric yellow · cool · closest name: khaki
RGB
238, 220, 118
HSL
51°, 78%, 70%
CMYK
0, 8, 50, 7
Luminance
0.7067
Every format
| HEX | #eedc76 |
| RGB | rgb(238, 220, 118) |
| HSL | hsl(51, 78%, 70%) |
| CMYK | cmyk(0%, 8%, 50%, 7%) |
| LAB | lab(87.3 -6.8 51.9) |
| LCH | lch(87.3 52.3 97.5) |
| OKLCH | oklch(0.888 0.125 99.5) |
Copy-ready code
/* CSS */
color: #eedc76;
background-color: #eedc76;
/* Tailwind (arbitrary) */
class="text-[#eedc76] bg-[#eedc76]"
/* SCSS */
$brand: #eedc76;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.463)
/* Android */
Color.parseColor("#eedc76")Accessibility — WCAG contrast
Aa
#eedc76 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc76 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow50.4%
Key (black)6.7%
Color previews
#eedc76 text on a black background
contrast 15.13:1
Card sample
#eedc76 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc76;
Background color
Panel with #eedc76 background
background-color: #eedc76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc76; background: linear-gradient(135deg, #eedc76, #B0EE76);