#eedc2b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 220, 43
HSL
55°, 85%, 55%
CMYK
0, 8, 82, 7
Luminance
0.6954
Every format
| HEX | #eedc2b |
| RGB | rgb(238, 220, 43) |
| HSL | hsl(55, 85%, 55%) |
| CMYK | cmyk(0%, 8%, 82%, 7%) |
| LAB | lab(86.8 -11.0 80.0) |
| LCH | lch(86.8 80.8 97.8) |
| OKLCH | oklch(0.882 0.176 103.1) |
Copy-ready code
/* CSS */
color: #eedc2b;
background-color: #eedc2b;
/* Tailwind (arbitrary) */
class="text-[#eedc2b] bg-[#eedc2b]"
/* SCSS */
$brand: #eedc2b;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.169)
/* Android */
Color.parseColor("#eedc2b")Accessibility — WCAG contrast
Aa
#eedc2b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc2b on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow81.9%
Key (black)6.7%
Color previews
#eedc2b text on a black background
contrast 14.91:1
Card sample
#eedc2b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc2b;
Background color
Panel with #eedc2b background
background-color: #eedc2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc2b; background: linear-gradient(135deg, #eedc2b, #7EEE2B);