#ab6621
a dark, vivid orange · warm · closest name: peru
RGB
171, 102, 33
HSL
30°, 68%, 40%
CMYK
0, 40, 81, 33
Luminance
0.1827
Every format
| HEX | #ab6621 |
| RGB | rgb(171, 102, 33) |
| HSL | hsl(30, 68%, 40%) |
| CMYK | cmyk(0%, 40%, 81%, 33%) |
| LAB | lab(49.8 22.4 48.0) |
| LCH | lch(49.8 53.0 65.0) |
| OKLCH | oklch(0.576 0.119 60.6) |
Copy-ready code
/* CSS */
color: #ab6621;
background-color: #ab6621;
/* Tailwind (arbitrary) */
class="text-[#ab6621] bg-[#ab6621]"
/* SCSS */
$brand: #ab6621;
/* SwiftUI */
Color(red: 0.671, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#ab6621")Accessibility — WCAG contrast
Aa
#ab6621 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab6621 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow80.7%
Key (black)32.9%
Color previews
#ab6621 text on a black background
contrast 4.65:1
Card sample
#ab6621 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6621;
Background color
Panel with #ab6621 background
background-color: #ab6621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6621; background: linear-gradient(135deg, #ab6621, #94AB21);