#ab4921
a dark, vivid orange · warm · closest name: sienna
RGB
171, 73, 33
HSL
17°, 68%, 40%
CMYK
0, 57, 81, 33
Luminance
0.1353
Every format
| HEX | #ab4921 |
| RGB | rgb(171, 73, 33) |
| HSL | hsl(17, 68%, 40%) |
| CMYK | cmyk(0%, 57%, 81%, 33%) |
| LAB | lab(43.6 37.9 42.1) |
| LCH | lch(43.6 56.7 48.0) |
| OKLCH | oklch(0.528 0.139 40.9) |
Copy-ready code
/* CSS */
color: #ab4921;
background-color: #ab4921;
/* Tailwind (arbitrary) */
class="text-[#ab4921] bg-[#ab4921]"
/* SCSS */
$brand: #ab4921;
/* SwiftUI */
Color(red: 0.671, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#ab4921")Accessibility — WCAG contrast
Aa
#ab4921 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4921 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow80.7%
Key (black)32.9%
Color previews
#ab4921 text on a black background
contrast 3.71:1
Card sample
#ab4921 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4921;
Background color
Panel with #ab4921 background
background-color: #ab4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4921; background: linear-gradient(135deg, #ab4921, #ABA521);