#ab5921
a dark, vivid orange · warm · closest name: sienna
RGB
171, 89, 33
HSL
24°, 68%, 40%
CMYK
0, 48, 81, 33
Luminance
0.1591
Every format
| HEX | #ab5921 |
| RGB | rgb(171, 89, 33) |
| HSL | hsl(24, 68%, 40%) |
| CMYK | cmyk(0%, 48%, 81%, 33%) |
| LAB | lab(46.9 29.6 45.3) |
| LCH | lch(46.9 54.1 56.8) |
| OKLCH | oklch(0.553 0.126 50.8) |
Copy-ready code
/* CSS */
color: #ab5921;
background-color: #ab5921;
/* Tailwind (arbitrary) */
class="text-[#ab5921] bg-[#ab5921]"
/* SCSS */
$brand: #ab5921;
/* SwiftUI */
Color(red: 0.671, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#ab5921")Accessibility — WCAG contrast
Aa
#ab5921 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5921 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5921 text on a black background
contrast 4.18:1
Card sample
#ab5921 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5921;
Background color
Panel with #ab5921 background
background-color: #ab5921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5921; background: linear-gradient(135deg, #ab5921, #A1AB21);