#eed74f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 215, 79
HSL
51°, 82%, 62%
CMYK
0, 10, 67, 7
Luminance
0.6734
Every format
| HEX | #eed74f |
| RGB | rgb(238, 215, 79) |
| HSL | hsl(51, 82%, 62%) |
| CMYK | cmyk(0%, 10%, 67%, 7%) |
| LAB | lab(85.7 -7.0 67.2) |
| LCH | lch(85.7 67.6 96.0) |
| OKLCH | oklch(0.874 0.153 99.6) |
Copy-ready code
/* CSS */
color: #eed74f;
background-color: #eed74f;
/* Tailwind (arbitrary) */
class="text-[#eed74f] bg-[#eed74f]"
/* SCSS */
$brand: #eed74f;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#eed74f")Accessibility — WCAG contrast
Aa
#eed74f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed74f on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow66.8%
Key (black)6.7%
Color previews
#eed74f text on a black background
contrast 14.47:1
Card sample
#eed74f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed74f;
Background color
Panel with #eed74f background
background-color: #eed74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed74f; background: linear-gradient(135deg, #eed74f, #9BEE4F);