#e1b032
a balanced, vivid yellow · warm · closest name: orange
RGB
225, 176, 50
HSL
43°, 75%, 54%
CMYK
0, 22, 78, 12
Luminance
0.4729
Every format
| HEX | #e1b032 |
| RGB | rgb(225, 176, 50) |
| HSL | hsl(43, 75%, 54%) |
| CMYK | cmyk(0%, 22%, 78%, 12%) |
| LAB | lab(74.4 6.3 66.6) |
| LCH | lch(74.4 66.9 84.6) |
| OKLCH | oklch(0.781 0.145 86.0) |
Copy-ready code
/* CSS */
color: #e1b032;
background-color: #e1b032;
/* Tailwind (arbitrary) */
class="text-[#e1b032] bg-[#e1b032]"
/* SCSS */
$brand: #e1b032;
/* SwiftUI */
Color(red: 0.882, green: 0.690, blue: 0.196)
/* Android */
Color.parseColor("#e1b032")Accessibility — WCAG contrast
Aa
#e1b032 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1b032 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green69.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow77.8%
Key (black)11.8%
Color previews
#e1b032 text on a black background
contrast 10.46:1
Card sample
#e1b032 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1b032;
Background color
Panel with #e1b032 background
background-color: #e1b032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1b032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 176, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 176, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1b032; background: linear-gradient(135deg, #e1b032, #9DE132);