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