#eed044
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 68
HSL
49°, 83%, 60%
CMYK
0, 13, 71, 7
Luminance
0.6371
Every format
| HEX | #eed044 |
| RGB | rgb(238, 208, 68) |
| HSL | hsl(49, 83%, 60%) |
| CMYK | cmyk(0%, 13%, 71%, 7%) |
| LAB | lab(83.8 -4.0 69.6) |
| LCH | lch(83.8 69.7 93.3) |
| OKLCH | oklch(0.859 0.155 96.7) |
Copy-ready code
/* CSS */
color: #eed044;
background-color: #eed044;
/* Tailwind (arbitrary) */
class="text-[#eed044] bg-[#eed044]"
/* SCSS */
$brand: #eed044;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#eed044")Accessibility — WCAG contrast
Aa
#eed044 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed044 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow71.4%
Key (black)6.7%
Color previews
#eed044 text on a black background
contrast 13.74:1
Card sample
#eed044 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed044;
Background color
Panel with #eed044 background
background-color: #eed044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed044; background: linear-gradient(135deg, #eed044, #9BEE44);