#ab5521
a dark, vivid orange · warm · closest name: sienna
RGB
171, 85, 33
HSL
23°, 68%, 40%
CMYK
0, 50, 81, 33
Luminance
0.1526
Every format
| HEX | #ab5521 |
| RGB | rgb(171, 85, 33) |
| HSL | hsl(23, 68%, 40%) |
| CMYK | cmyk(0%, 50%, 81%, 33%) |
| LAB | lab(46.0 31.7 44.4) |
| LCH | lch(46.0 54.6 54.5) |
| OKLCH | oklch(0.546 0.129 48.1) |
Copy-ready code
/* CSS */
color: #ab5521;
background-color: #ab5521;
/* Tailwind (arbitrary) */
class="text-[#ab5521] bg-[#ab5521]"
/* SCSS */
$brand: #ab5521;
/* SwiftUI */
Color(red: 0.671, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#ab5521")Accessibility — WCAG contrast
Aa
#ab5521 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5521 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5521 text on a black background
contrast 4.05:1
Card sample
#ab5521 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5521;
Background color
Panel with #ab5521 background
background-color: #ab5521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5521; background: linear-gradient(135deg, #ab5521, #A5AB21);