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