#ab5913
a dark, electric orange · warm · closest name: chocolate
RGB
171, 89, 19
HSL
28°, 80%, 37%
CMYK
0, 48, 89, 33
Luminance
0.1585
Every format
| HEX | #ab5913 |
| RGB | rgb(171, 89, 19) |
| HSL | hsl(28, 80%, 37%) |
| CMYK | cmyk(0%, 48%, 89%, 33%) |
| LAB | lab(46.8 29.2 50.7) |
| LCH | lch(46.8 58.5 60.1) |
| OKLCH | oklch(0.552 0.131 54.0) |
Copy-ready code
/* CSS */
color: #ab5913;
background-color: #ab5913;
/* Tailwind (arbitrary) */
class="text-[#ab5913] bg-[#ab5913]"
/* SCSS */
$brand: #ab5913;
/* SwiftUI */
Color(red: 0.671, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#ab5913")Accessibility — WCAG contrast
Aa
#ab5913 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5913 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow88.9%
Key (black)32.9%
Color previews
#ab5913 text on a black background
contrast 4.17:1
Card sample
#ab5913 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5913;
Background color
Panel with #ab5913 background
background-color: #ab5913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5913; background: linear-gradient(135deg, #ab5913, #98AB13);