#eedd49
a balanced, electric yellow · cool · closest name: gold
RGB
238, 221, 73
HSL
54°, 83%, 61%
CMYK
0, 7, 69, 7
Luminance
0.7037
Every format
| HEX | #eedd49 |
| RGB | rgb(238, 221, 73) |
| HSL | hsl(54, 83%, 61%) |
| CMYK | cmyk(0%, 7%, 69%, 7%) |
| LAB | lab(87.2 -10.4 71.0) |
| LCH | lch(87.2 71.8 98.3) |
| OKLCH | oklch(0.886 0.162 102.7) |
Copy-ready code
/* CSS */
color: #eedd49;
background-color: #eedd49;
/* Tailwind (arbitrary) */
class="text-[#eedd49] bg-[#eedd49]"
/* SCSS */
$brand: #eedd49;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.286)
/* Android */
Color.parseColor("#eedd49")Accessibility — WCAG contrast
Aa
#eedd49 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd49 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow69.3%
Key (black)6.7%
Color previews
#eedd49 text on a black background
contrast 15.07:1
Card sample
#eedd49 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd49;
Background color
Panel with #eedd49 background
background-color: #eedd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd49; background: linear-gradient(135deg, #eedd49, #91EE49);