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