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