#eedc55
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 220, 85
HSL
53°, 82%, 63%
CMYK
0, 8, 64, 7
Luminance
0.7002
Every format
| HEX | #eedc55 |
| RGB | rgb(238, 220, 85) |
| HSL | hsl(53, 82%, 63%) |
| CMYK | cmyk(0%, 8%, 64%, 7%) |
| LAB | lab(87.0 -9.2 66.2) |
| LCH | lch(87.0 66.8 97.9) |
| OKLCH | oklch(0.885 0.153 101.7) |
Copy-ready code
/* CSS */
color: #eedc55;
background-color: #eedc55;
/* Tailwind (arbitrary) */
class="text-[#eedc55] bg-[#eedc55]"
/* SCSS */
$brand: #eedc55;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.333)
/* Android */
Color.parseColor("#eedc55")Accessibility — WCAG contrast
Aa
#eedc55 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc55 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow64.3%
Key (black)6.7%
Color previews
#eedc55 text on a black background
contrast 15.00:1
Card sample
#eedc55 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc55;
Background color
Panel with #eedc55 background
background-color: #eedc55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc55; background: linear-gradient(135deg, #eedc55, #9AEE55);