#e5b621
a balanced, electric yellow · cool · closest name: gold
RGB
229, 182, 33
HSL
46°, 79%, 51%
CMYK
0, 21, 86, 10
Luminance
0.5022
Every format
| HEX | #e5b621 |
| RGB | rgb(229, 182, 33) |
| HSL | hsl(46, 79%, 51%) |
| CMYK | cmyk(0%, 21%, 86%, 10%) |
| LAB | lab(76.2 4.3 73.4) |
| LCH | lch(76.2 73.5 86.6) |
| OKLCH | oklch(0.796 0.156 88.9) |
Copy-ready code
/* CSS */
color: #e5b621;
background-color: #e5b621;
/* Tailwind (arbitrary) */
class="text-[#e5b621] bg-[#e5b621]"
/* SCSS */
$brand: #e5b621;
/* SwiftUI */
Color(red: 0.898, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#e5b621")Accessibility — WCAG contrast
Aa
#e5b621 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5b621 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green71.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow85.6%
Key (black)10.2%
Color previews
#e5b621 text on a black background
contrast 11.04:1
Card sample
#e5b621 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5b621;
Background color
Panel with #e5b621 background
background-color: #e5b621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5b621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5b621; background: linear-gradient(135deg, #e5b621, #91E521);