#e0d147
a balanced, vivid yellow · cool · closest name: gold
RGB
224, 209, 71
HSL
54°, 71%, 58%
CMYK
0, 7, 68, 12
Luminance
0.6190
Every format
| HEX | #e0d147 |
| RGB | rgb(224, 209, 71) |
| HSL | hsl(54, 71%, 58%) |
| CMYK | cmyk(0%, 7%, 68%, 12%) |
| LAB | lab(82.9 -10.3 67.1) |
| LCH | lch(82.9 67.9 98.7) |
| OKLCH | oklch(0.849 0.154 103.0) |
Copy-ready code
/* CSS */
color: #e0d147;
background-color: #e0d147;
/* Tailwind (arbitrary) */
class="text-[#e0d147] bg-[#e0d147]"
/* SCSS */
$brand: #e0d147;
/* SwiftUI */
Color(red: 0.878, green: 0.820, blue: 0.278)
/* Android */
Color.parseColor("#e0d147")Accessibility — WCAG contrast
Aa
#e0d147 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0d147 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green82.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow68.3%
Key (black)12.2%
Color previews
#e0d147 text on a black background
contrast 13.38:1
Card sample
#e0d147 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0d147;
Background color
Panel with #e0d147 background
background-color: #e0d147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0d147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 209, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 209, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0d147; background: linear-gradient(135deg, #e0d147, #89E047);