#eed44f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 212, 79
HSL
50°, 82%, 62%
CMYK
0, 11, 67, 7
Luminance
0.6583
Every format
| HEX | #eed44f |
| RGB | rgb(238, 212, 79) |
| HSL | hsl(50, 82%, 62%) |
| CMYK | cmyk(0%, 11%, 67%, 7%) |
| LAB | lab(84.9 -5.5 66.4) |
| LCH | lch(84.9 66.7 94.7) |
| OKLCH | oklch(0.868 0.151 98.1) |
Copy-ready code
/* CSS */
color: #eed44f;
background-color: #eed44f;
/* Tailwind (arbitrary) */
class="text-[#eed44f] bg-[#eed44f]"
/* SCSS */
$brand: #eed44f;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#eed44f")Accessibility — WCAG contrast
Aa
#eed44f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed44f on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow66.8%
Key (black)6.7%
Color previews
#eed44f text on a black background
contrast 14.17:1
Card sample
#eed44f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed44f;
Background color
Panel with #eed44f background
background-color: #eed44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed44f; background: linear-gradient(135deg, #eed44f, #9EEE4F);