#e0d034
a balanced, vivid yellow · cool · closest name: gold
RGB
224, 208, 52
HSL
54°, 74%, 54%
CMYK
0, 7, 77, 12
Luminance
0.6121
Every format
| HEX | #e0d034 |
| RGB | rgb(224, 208, 52) |
| HSL | hsl(54, 74%, 54%) |
| CMYK | cmyk(0%, 7%, 77%, 12%) |
| LAB | lab(82.5 -10.6 73.3) |
| LCH | lch(82.5 74.1 98.2) |
| OKLCH | oklch(0.845 0.164 103.2) |
Copy-ready code
/* CSS */
color: #e0d034;
background-color: #e0d034;
/* Tailwind (arbitrary) */
class="text-[#e0d034] bg-[#e0d034]"
/* SCSS */
$brand: #e0d034;
/* SwiftUI */
Color(red: 0.878, green: 0.816, blue: 0.204)
/* Android */
Color.parseColor("#e0d034")Accessibility — WCAG contrast
Aa
#e0d034 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0d034 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green81.6%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow76.8%
Key (black)12.2%
Color previews
#e0d034 text on a black background
contrast 13.24:1
Card sample
#e0d034 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0d034;
Background color
Panel with #e0d034 background
background-color: #e0d034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0d034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 208, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 208, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0d034; background: linear-gradient(135deg, #e0d034, #7DE034);