#e5af2f
a balanced, electric yellow · warm · closest name: orange
RGB
229, 175, 47
HSL
42°, 78%, 54%
CMYK
0, 24, 80, 10
Luminance
0.4752
Every format
| HEX | #e5af2f |
| RGB | rgb(229, 175, 47) |
| HSL | hsl(42, 78%, 54%) |
| CMYK | cmyk(0%, 24%, 80%, 10%) |
| LAB | lab(74.5 8.4 67.9) |
| LCH | lch(74.5 68.4 82.9) |
| OKLCH | oklch(0.783 0.148 83.8) |
Copy-ready code
/* CSS */
color: #e5af2f;
background-color: #e5af2f;
/* Tailwind (arbitrary) */
class="text-[#e5af2f] bg-[#e5af2f]"
/* SCSS */
$brand: #e5af2f;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#e5af2f")Accessibility — WCAG contrast
Aa
#e5af2f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5af2f on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow79.5%
Key (black)10.2%
Color previews
#e5af2f text on a black background
contrast 10.50:1
Card sample
#e5af2f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5af2f;
Background color
Panel with #e5af2f background
background-color: #e5af2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5af2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5af2f; background: linear-gradient(135deg, #e5af2f, #A2E52F);