#ab5321
a dark, vivid orange · warm · closest name: sienna
RGB
171, 83, 33
HSL
22°, 68%, 40%
CMYK
0, 52, 81, 33
Luminance
0.1495
Every format
| HEX | #ab5321 |
| RGB | rgb(171, 83, 33) |
| HSL | hsl(22, 68%, 40%) |
| CMYK | cmyk(0%, 52%, 81%, 33%) |
| LAB | lab(45.6 32.8 44.0) |
| LCH | lch(45.6 54.9 53.3) |
| OKLCH | oklch(0.543 0.131 46.8) |
Copy-ready code
/* CSS */
color: #ab5321;
background-color: #ab5321;
/* Tailwind (arbitrary) */
class="text-[#ab5321] bg-[#ab5321]"
/* SCSS */
$brand: #ab5321;
/* SwiftUI */
Color(red: 0.671, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#ab5321")Accessibility — WCAG contrast
Aa
#ab5321 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5321 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5321 text on a black background
contrast 3.99:1
Card sample
#ab5321 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5321;
Background color
Panel with #ab5321 background
background-color: #ab5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5321; background: linear-gradient(135deg, #ab5321, #A7AB21);