#eed430
a balanced, electric yellow · cool · closest name: gold
RGB
238, 212, 48
HSL
52°, 85%, 56%
CMYK
0, 11, 80, 7
Luminance
0.6548
Every format
| HEX | #eed430 |
| RGB | rgb(238, 212, 48) |
| HSL | hsl(52, 85%, 56%) |
| CMYK | cmyk(0%, 11%, 80%, 7%) |
| LAB | lab(84.7 -6.8 77.0) |
| LCH | lch(84.7 77.3 95.1) |
| OKLCH | oklch(0.866 0.169 99.5) |
Copy-ready code
/* CSS */
color: #eed430;
background-color: #eed430;
/* Tailwind (arbitrary) */
class="text-[#eed430] bg-[#eed430]"
/* SCSS */
$brand: #eed430;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#eed430")Accessibility — WCAG contrast
Aa
#eed430 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed430 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow79.8%
Key (black)6.7%
Color previews
#eed430 text on a black background
contrast 14.10:1
Card sample
#eed430 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed430;
Background color
Panel with #eed430 background
background-color: #eed430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed430; background: linear-gradient(135deg, #eed430, #89EE30);