#eed005
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 5
HSL
52°, 96%, 48%
CMYK
0, 13, 98, 7
Luminance
0.6330
Every format
| HEX | #eed005 |
| RGB | rgb(238, 208, 5) |
| HSL | hsl(52, 96%, 48%) |
| CMYK | cmyk(0%, 13%, 98%, 7%) |
| LAB | lab(83.6 -5.6 83.6) |
| LCH | lch(83.6 83.8 93.8) |
| OKLCH | oklch(0.857 0.177 98.6) |
Copy-ready code
/* CSS */
color: #eed005;
background-color: #eed005;
/* Tailwind (arbitrary) */
class="text-[#eed005] bg-[#eed005]"
/* SCSS */
$brand: #eed005;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.020)
/* Android */
Color.parseColor("#eed005")Accessibility — WCAG contrast
Aa
#eed005 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed005 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow97.9%
Key (black)6.7%
Color previews
#eed005 text on a black background
contrast 13.66:1
Card sample
#eed005 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed005;
Background color
Panel with #eed005 background
background-color: #eed005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed005; background: linear-gradient(135deg, #eed005, #70EE05);