#e1af33
a balanced, vivid yellow · warm · closest name: orange
RGB
225, 175, 51
HSL
43°, 74%, 54%
CMYK
0, 22, 77, 12
Luminance
0.4691
Every format
| HEX | #e1af33 |
| RGB | rgb(225, 175, 51) |
| HSL | hsl(43, 74%, 54%) |
| CMYK | cmyk(0%, 22%, 77%, 12%) |
| LAB | lab(74.1 6.8 66.0) |
| LCH | lch(74.1 66.4 84.1) |
| OKLCH | oklch(0.779 0.144 85.3) |
Copy-ready code
/* CSS */
color: #e1af33;
background-color: #e1af33;
/* Tailwind (arbitrary) */
class="text-[#e1af33] bg-[#e1af33]"
/* SCSS */
$brand: #e1af33;
/* SwiftUI */
Color(red: 0.882, green: 0.686, blue: 0.200)
/* Android */
Color.parseColor("#e1af33")Accessibility — WCAG contrast
Aa
#e1af33 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1af33 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green68.6%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow77.3%
Key (black)11.8%
Color previews
#e1af33 text on a black background
contrast 10.38:1
Card sample
#e1af33 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1af33;
Background color
Panel with #e1af33 background
background-color: #e1af33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1af33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 175, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 175, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1af33; background: linear-gradient(135deg, #e1af33, #9FE133);