#ae4100
a dark, electric orange · warm · closest name: chocolate
RGB
174, 65, 0
HSL
22°, 100%, 34%
CMYK
0, 63, 100, 32
Luminance
0.1278
Every format
| HEX | #ae4100 |
| RGB | rgb(174, 65, 0) |
| HSL | hsl(22, 100%, 34%) |
| CMYK | cmyk(0%, 63%, 100%, 32%) |
| LAB | lab(42.4 42.3 53.4) |
| LCH | lch(42.4 68.1 51.6) |
| OKLCH | oklch(0.520 0.155 42.6) |
Copy-ready code
/* CSS */
color: #ae4100;
background-color: #ae4100;
/* Tailwind (arbitrary) */
class="text-[#ae4100] bg-[#ae4100]"
/* SCSS */
$brand: #ae4100;
/* SwiftUI */
Color(red: 0.682, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#ae4100")Accessibility — WCAG contrast
Aa
#ae4100 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4100 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green25.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow100.0%
Key (black)31.8%
Color previews
#ae4100 text on a black background
contrast 3.56:1
Card sample
#ae4100 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4100;
Background color
Panel with #ae4100 background
background-color: #ae4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4100; background: linear-gradient(135deg, #ae4100, #A7AE00);