#ab4613
a dark, electric orange · warm · closest name: sienna
RGB
171, 70, 19
HSL
20°, 80%, 37%
CMYK
0, 59, 89, 33
Luminance
0.1309
Every format
| HEX | #ab4613 |
| RGB | rgb(171, 70, 19) |
| HSL | hsl(20, 80%, 37%) |
| CMYK | cmyk(0%, 59%, 89%, 33%) |
| LAB | lab(42.9 39.0 47.6) |
| LCH | lch(42.9 61.6 50.6) |
| OKLCH | oklch(0.522 0.145 42.8) |
Copy-ready code
/* CSS */
color: #ab4613;
background-color: #ab4613;
/* Tailwind (arbitrary) */
class="text-[#ab4613] bg-[#ab4613]"
/* SCSS */
$brand: #ab4613;
/* SwiftUI */
Color(red: 0.671, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#ab4613")Accessibility — WCAG contrast
Aa
#ab4613 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4613 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow88.9%
Key (black)32.9%
Color previews
#ab4613 text on a black background
contrast 3.62:1
Card sample
#ab4613 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4613;
Background color
Panel with #ab4613 background
background-color: #ab4613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4613; background: linear-gradient(135deg, #ab4613, #ABAB13);