#eed447
a balanced, electric yellow · cool · closest name: gold
RGB
238, 212, 71
HSL
51°, 83%, 61%
CMYK
0, 11, 70, 7
Luminance
0.6572
Every format
| HEX | #eed447 |
| RGB | rgb(238, 212, 71) |
| HSL | hsl(51, 83%, 61%) |
| CMYK | cmyk(0%, 11%, 70%, 7%) |
| LAB | lab(84.8 -5.9 69.5) |
| LCH | lch(84.8 69.7 94.9) |
| OKLCH | oklch(0.867 0.156 98.5) |
Copy-ready code
/* CSS */
color: #eed447;
background-color: #eed447;
/* Tailwind (arbitrary) */
class="text-[#eed447] bg-[#eed447]"
/* SCSS */
$brand: #eed447;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.278)
/* Android */
Color.parseColor("#eed447")Accessibility — WCAG contrast
Aa
#eed447 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed447 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow70.2%
Key (black)6.7%
Color previews
#eed447 text on a black background
contrast 14.14:1
Card sample
#eed447 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed447;
Background color
Panel with #eed447 background
background-color: #eed447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed447; background: linear-gradient(135deg, #eed447, #99EE47);