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