#ae5e0d
a dark, electric orange · warm · closest name: chocolate
RGB
174, 94, 13
HSL
30°, 86%, 37%
CMYK
0, 46, 93, 32
Luminance
0.1703
Every format
| HEX | #ae5e0d |
| RGB | rgb(174, 94, 13) |
| HSL | hsl(30, 86%, 37%) |
| CMYK | cmyk(0%, 46%, 93%, 32%) |
| LAB | lab(48.3 27.6 53.8) |
| LCH | lch(48.3 60.4 62.8) |
| OKLCH | oklch(0.565 0.132 57.2) |
Copy-ready code
/* CSS */
color: #ae5e0d;
background-color: #ae5e0d;
/* Tailwind (arbitrary) */
class="text-[#ae5e0d] bg-[#ae5e0d]"
/* SCSS */
$brand: #ae5e0d;
/* SwiftUI */
Color(red: 0.682, green: 0.369, blue: 0.051)
/* Android */
Color.parseColor("#ae5e0d")Accessibility — WCAG contrast
Aa
#ae5e0d on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5e0d on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow92.5%
Key (black)31.8%
Color previews
#ae5e0d text on a black background
contrast 4.41:1
Card sample
#ae5e0d text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5e0d;
Background color
Panel with #ae5e0d background
background-color: #ae5e0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5e0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 94, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 94, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5e0d; background: linear-gradient(135deg, #ae5e0d, #93AE0D);