#eedf49
a balanced, electric yellow · cool · closest name: gold
RGB
238, 223, 73
HSL
55°, 83%, 61%
CMYK
0, 6, 69, 7
Luminance
0.7143
Every format
| HEX | #eedf49 |
| RGB | rgb(238, 223, 73) |
| HSL | hsl(55, 83%, 61%) |
| CMYK | cmyk(0%, 6%, 69%, 7%) |
| LAB | lab(87.7 -11.4 71.6) |
| LCH | lch(87.7 72.5 99.0) |
| OKLCH | oklch(0.890 0.164 103.5) |
Copy-ready code
/* CSS */
color: #eedf49;
background-color: #eedf49;
/* Tailwind (arbitrary) */
class="text-[#eedf49] bg-[#eedf49]"
/* SCSS */
$brand: #eedf49;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#eedf49")Accessibility — WCAG contrast
Aa
#eedf49 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf49 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow69.3%
Key (black)6.7%
Color previews
#eedf49 text on a black background
contrast 15.29:1
Card sample
#eedf49 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf49;
Background color
Panel with #eedf49 background
background-color: #eedf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf49; background: linear-gradient(135deg, #eedf49, #8FEE49);