#ab7b21
a dark, vivid orange · warm · closest name: peru
RGB
171, 123, 33
HSL
39°, 68%, 40%
CMYK
0, 28, 81, 33
Luminance
0.2293
Every format
| HEX | #ab7b21 |
| RGB | rgb(171, 123, 33) |
| HSL | hsl(39, 68%, 40%) |
| CMYK | cmyk(0%, 28%, 81%, 33%) |
| LAB | lab(55.0 10.6 52.8) |
| LCH | lch(55.0 53.9 78.6) |
| OKLCH | oklch(0.616 0.117 78.1) |
Copy-ready code
/* CSS */
color: #ab7b21;
background-color: #ab7b21;
/* Tailwind (arbitrary) */
class="text-[#ab7b21] bg-[#ab7b21]"
/* SCSS */
$brand: #ab7b21;
/* SwiftUI */
Color(red: 0.671, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#ab7b21")Accessibility — WCAG contrast
Aa
#ab7b21 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7b21 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow80.7%
Key (black)32.9%
Color previews
#ab7b21 text on a black background
contrast 5.59:1
Card sample
#ab7b21 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7b21;
Background color
Panel with #ab7b21 background
background-color: #ab7b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7b21; background: linear-gradient(135deg, #ab7b21, #7FAB21);