#e5b430
a balanced, electric yellow · warm · closest name: orange
RGB
229, 180, 48
HSL
44°, 78%, 54%
CMYK
0, 21, 79, 10
Luminance
0.4951
Every format
| HEX | #e5b430 |
| RGB | rgb(229, 180, 48) |
| HSL | hsl(44, 78%, 54%) |
| CMYK | cmyk(0%, 21%, 79%, 10%) |
| LAB | lab(75.8 5.8 68.7) |
| LCH | lch(75.8 69.0 85.2) |
| OKLCH | oklch(0.793 0.149 86.7) |
Copy-ready code
/* CSS */
color: #e5b430;
background-color: #e5b430;
/* Tailwind (arbitrary) */
class="text-[#e5b430] bg-[#e5b430]"
/* SCSS */
$brand: #e5b430;
/* SwiftUI */
Color(red: 0.898, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#e5b430")Accessibility — WCAG contrast
Aa
#e5b430 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5b430 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green70.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow79.0%
Key (black)10.2%
Color previews
#e5b430 text on a black background
contrast 10.90:1
Card sample
#e5b430 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5b430;
Background color
Panel with #e5b430 background
background-color: #e5b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5b430; background: linear-gradient(135deg, #e5b430, #9DE530);