#ab470d
a dark, electric orange · warm · closest name: chocolate
RGB
171, 71, 13
HSL
22°, 86%, 36%
CMYK
0, 59, 92, 33
Luminance
0.1319
Every format
| HEX | #ab470d |
| RGB | rgb(171, 71, 13) |
| HSL | hsl(22, 86%, 36%) |
| CMYK | cmyk(0%, 59%, 92%, 33%) |
| LAB | lab(43.1 38.4 49.8) |
| LCH | lch(43.1 62.9 52.3) |
| OKLCH | oklch(0.523 0.145 44.3) |
Copy-ready code
/* CSS */
color: #ab470d;
background-color: #ab470d;
/* Tailwind (arbitrary) */
class="text-[#ab470d] bg-[#ab470d]"
/* SCSS */
$brand: #ab470d;
/* SwiftUI */
Color(red: 0.671, green: 0.278, blue: 0.051)
/* Android */
Color.parseColor("#ab470d")Accessibility — WCAG contrast
Aa
#ab470d on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab470d on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.8%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow92.4%
Key (black)32.9%
Color previews
#ab470d text on a black background
contrast 3.64:1
Card sample
#ab470d text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab470d;
Background color
Panel with #ab470d background
background-color: #ab470d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab470d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 71, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 71, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab470d; background: linear-gradient(135deg, #ab470d, #A6AB0D);