#ab4113
a dark, electric orange · warm · closest name: sienna
RGB
171, 65, 19
HSL
18°, 80%, 37%
CMYK
0, 62, 89, 33
Luminance
0.1249
Every format
| HEX | #ab4113 |
| RGB | rgb(171, 65, 19) |
| HSL | hsl(18, 80%, 37%) |
| CMYK | cmyk(0%, 62%, 89%, 33%) |
| LAB | lab(42.0 41.4 46.9) |
| LCH | lch(42.0 62.6 48.5) |
| OKLCH | oklch(0.515 0.149 40.4) |
Copy-ready code
/* CSS */
color: #ab4113;
background-color: #ab4113;
/* Tailwind (arbitrary) */
class="text-[#ab4113] bg-[#ab4113]"
/* SCSS */
$brand: #ab4113;
/* SwiftUI */
Color(red: 0.671, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#ab4113")Accessibility — WCAG contrast
Aa
#ab4113 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4113 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow88.9%
Key (black)32.9%
Color previews
#ab4113 text on a black background
contrast 3.50:1
Card sample
#ab4113 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4113;
Background color
Panel with #ab4113 background
background-color: #ab4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4113; background: linear-gradient(135deg, #ab4113, #ABA713);