#ae4513
a dark, electric orange · warm · closest name: chocolate
RGB
174, 69, 19
HSL
19°, 80%, 38%
CMYK
0, 60, 89, 32
Luminance
0.1330
Every format
| HEX | #ae4513 |
| RGB | rgb(174, 69, 19) |
| HSL | hsl(19, 80%, 38%) |
| CMYK | cmyk(0%, 60%, 89%, 32%) |
| LAB | lab(43.2 40.7 48.1) |
| LCH | lch(43.2 63.0 49.8) |
| OKLCH | oklch(0.526 0.149 41.8) |
Copy-ready code
/* CSS */
color: #ae4513;
background-color: #ae4513;
/* Tailwind (arbitrary) */
class="text-[#ae4513] bg-[#ae4513]"
/* SCSS */
$brand: #ae4513;
/* SwiftUI */
Color(red: 0.682, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#ae4513")Accessibility — WCAG contrast
Aa
#ae4513 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4513 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4513 text on a black background
contrast 3.66:1
Card sample
#ae4513 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4513;
Background color
Panel with #ae4513 background
background-color: #ae4513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4513; background: linear-gradient(135deg, #ae4513, #AEAC13);