#eedc4f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 220, 79
HSL
53°, 82%, 62%
CMYK
0, 8, 67, 7
Luminance
0.6993
Every format
| HEX | #eedc4f |
| RGB | rgb(238, 220, 79) |
| HSL | hsl(53, 82%, 62%) |
| CMYK | cmyk(0%, 8%, 67%, 7%) |
| LAB | lab(87.0 -9.6 68.5) |
| LCH | lch(87.0 69.2 97.9) |
| OKLCH | oklch(0.884 0.157 102.0) |
Copy-ready code
/* CSS */
color: #eedc4f;
background-color: #eedc4f;
/* Tailwind (arbitrary) */
class="text-[#eedc4f] bg-[#eedc4f]"
/* SCSS */
$brand: #eedc4f;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.310)
/* Android */
Color.parseColor("#eedc4f")Accessibility — WCAG contrast
Aa
#eedc4f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc4f on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow66.8%
Key (black)6.7%
Color previews
#eedc4f text on a black background
contrast 14.99:1
Card sample
#eedc4f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc4f;
Background color
Panel with #eedc4f background
background-color: #eedc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc4f; background: linear-gradient(135deg, #eedc4f, #96EE4F);