#ab6a21
a dark, vivid orange · warm · closest name: peru
RGB
171, 106, 33
HSL
32°, 68%, 40%
CMYK
0, 38, 81, 33
Luminance
0.1908
Every format
| HEX | #ab6a21 |
| RGB | rgb(171, 106, 33) |
| HSL | hsl(32, 68%, 40%) |
| CMYK | cmyk(0%, 38%, 81%, 33%) |
| LAB | lab(50.8 20.2 48.9) |
| LCH | lch(50.8 52.9 67.6) |
| OKLCH | oklch(0.583 0.118 63.9) |
Copy-ready code
/* CSS */
color: #ab6a21;
background-color: #ab6a21;
/* Tailwind (arbitrary) */
class="text-[#ab6a21] bg-[#ab6a21]"
/* SCSS */
$brand: #ab6a21;
/* SwiftUI */
Color(red: 0.671, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#ab6a21")Accessibility — WCAG contrast
Aa
#ab6a21 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6a21 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green41.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow80.7%
Key (black)32.9%
Color previews
#ab6a21 text on a black background
contrast 4.82:1
Card sample
#ab6a21 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6a21;
Background color
Panel with #ab6a21 background
background-color: #ab6a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6a21; background: linear-gradient(135deg, #ab6a21, #90AB21);