#e4af2f
a balanced, electric yellow · warm · closest name: orange
RGB
228, 175, 47
HSL
42°, 77%, 54%
CMYK
0, 23, 79, 11
Luminance
0.4736
Every format
| HEX | #e4af2f |
| RGB | rgb(228, 175, 47) |
| HSL | hsl(42, 77%, 54%) |
| CMYK | cmyk(0%, 23%, 79%, 11%) |
| LAB | lab(74.4 8.0 67.8) |
| LCH | lch(74.4 68.3 83.3) |
| OKLCH | oklch(0.782 0.147 84.3) |
Copy-ready code
/* CSS */
color: #e4af2f;
background-color: #e4af2f;
/* Tailwind (arbitrary) */
class="text-[#e4af2f] bg-[#e4af2f]"
/* SCSS */
$brand: #e4af2f;
/* SwiftUI */
Color(red: 0.894, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#e4af2f")Accessibility — WCAG contrast
Aa
#e4af2f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4af2f on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow79.4%
Key (black)10.6%
Color previews
#e4af2f text on a black background
contrast 10.47:1
Card sample
#e4af2f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4af2f;
Background color
Panel with #e4af2f background
background-color: #e4af2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4af2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4af2f; background: linear-gradient(135deg, #e4af2f, #A0E42F);