#e5ba21
a balanced, electric yellow · cool · closest name: gold
RGB
229, 186, 33
HSL
47°, 79%, 51%
CMYK
0, 19, 86, 10
Luminance
0.5189
Every format
| HEX | #e5ba21 |
| RGB | rgb(229, 186, 33) |
| HSL | hsl(47, 79%, 51%) |
| CMYK | cmyk(0%, 19%, 86%, 10%) |
| LAB | lab(77.2 2.2 74.2) |
| LCH | lch(77.2 74.2 88.3) |
| OKLCH | oklch(0.804 0.158 91.1) |
Copy-ready code
/* CSS */
color: #e5ba21;
background-color: #e5ba21;
/* Tailwind (arbitrary) */
class="text-[#e5ba21] bg-[#e5ba21]"
/* SCSS */
$brand: #e5ba21;
/* SwiftUI */
Color(red: 0.898, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#e5ba21")Accessibility — WCAG contrast
Aa
#e5ba21 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ba21 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green72.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow85.6%
Key (black)10.2%
Color previews
#e5ba21 text on a black background
contrast 11.38:1
Card sample
#e5ba21 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ba21;
Background color
Panel with #e5ba21 background
background-color: #e5ba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ba21; background: linear-gradient(135deg, #e5ba21, #8EE521);