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