#e9af14
a balanced, electric yellow · warm · closest name: orange
RGB
233, 175, 20
HSL
44°, 84%, 50%
CMYK
0, 25, 91, 9
Luminance
0.4803
Every format
| HEX | #e9af14 |
| RGB | rgb(233, 175, 20) |
| HSL | hsl(44, 84%, 50%) |
| CMYK | cmyk(0%, 25%, 91%, 9%) |
| LAB | lab(74.8 9.5 75.2) |
| LCH | lch(74.8 75.8 82.8) |
| OKLCH | oklch(0.787 0.158 83.9) |
Copy-ready code
/* CSS */
color: #e9af14;
background-color: #e9af14;
/* Tailwind (arbitrary) */
class="text-[#e9af14] bg-[#e9af14]"
/* SCSS */
$brand: #e9af14;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.078)
/* Android */
Color.parseColor("#e9af14")Accessibility — WCAG contrast
Aa
#e9af14 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9af14 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow91.4%
Key (black)8.6%
Color previews
#e9af14 text on a black background
contrast 10.61:1
Card sample
#e9af14 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9af14;
Background color
Panel with #e9af14 background
background-color: #e9af14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9af14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9af14; background: linear-gradient(135deg, #e9af14, #95E914);