#e8ae13
a balanced, electric yellow · warm · closest name: orange
RGB
232, 174, 19
HSL
44°, 85%, 49%
CMYK
0, 25, 92, 9
Luminance
0.4747
Every format
| HEX | #e8ae13 |
| RGB | rgb(232, 174, 19) |
| HSL | hsl(44, 85%, 49%) |
| CMYK | cmyk(0%, 25%, 92%, 9%) |
| LAB | lab(74.5 9.6 75.1) |
| LCH | lch(74.5 75.7 82.7) |
| OKLCH | oklch(0.784 0.158 83.8) |
Copy-ready code
/* CSS */
color: #e8ae13;
background-color: #e8ae13;
/* Tailwind (arbitrary) */
class="text-[#e8ae13] bg-[#e8ae13]"
/* SCSS */
$brand: #e8ae13;
/* SwiftUI */
Color(red: 0.910, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#e8ae13")Accessibility — WCAG contrast
Aa
#e8ae13 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ae13 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow91.8%
Key (black)9.0%
Color previews
#e8ae13 text on a black background
contrast 10.49:1
Card sample
#e8ae13 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ae13;
Background color
Panel with #e8ae13 background
background-color: #e8ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ae13; background: linear-gradient(135deg, #e8ae13, #94E813);