#e5af3f
a balanced, electric yellow · warm · closest name: orange
RGB
229, 175, 63
HSL
41°, 76%, 57%
CMYK
0, 24, 73, 10
Luminance
0.4768
Every format
| HEX | #e5af3f |
| RGB | rgb(229, 175, 63) |
| HSL | hsl(41, 76%, 57%) |
| CMYK | cmyk(0%, 24%, 73%, 10%) |
| LAB | lab(74.6 9.1 62.1) |
| LCH | lch(74.6 62.8 81.7) |
| OKLCH | oklch(0.785 0.139 82.0) |
Copy-ready code
/* CSS */
color: #e5af3f;
background-color: #e5af3f;
/* Tailwind (arbitrary) */
class="text-[#e5af3f] bg-[#e5af3f]"
/* SCSS */
$brand: #e5af3f;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#e5af3f")Accessibility — WCAG contrast
Aa
#e5af3f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5af3f on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow72.5%
Key (black)10.2%
Color previews
#e5af3f text on a black background
contrast 10.54:1
Card sample
#e5af3f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5af3f;
Background color
Panel with #e5af3f background
background-color: #e5af3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5af3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5af3f; background: linear-gradient(135deg, #e5af3f, #ACE53F);