#eedc13
a balanced, electric yellow · cool · closest name: gold
RGB
238, 220, 19
HSL
55°, 87%, 50%
CMYK
0, 8, 92, 7
Luminance
0.6941
Every format
| HEX | #eedc13 |
| RGB | rgb(238, 220, 19) |
| HSL | hsl(55, 87%, 50%) |
| CMYK | cmyk(0%, 8%, 92%, 7%) |
| LAB | lab(86.7 -11.5 84.5) |
| LCH | lch(86.7 85.3 97.7) |
| OKLCH | oklch(0.881 0.183 103.4) |
Copy-ready code
/* CSS */
color: #eedc13;
background-color: #eedc13;
/* Tailwind (arbitrary) */
class="text-[#eedc13] bg-[#eedc13]"
/* SCSS */
$brand: #eedc13;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#eedc13")Accessibility — WCAG contrast
Aa
#eedc13 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc13 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow92.0%
Key (black)6.7%
Color previews
#eedc13 text on a black background
contrast 14.88:1
Card sample
#eedc13 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc13;
Background color
Panel with #eedc13 background
background-color: #eedc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc13; background: linear-gradient(135deg, #eedc13, #6EEE13);