#ad6821
a dark, vivid orange · warm · closest name: peru
RGB
173, 104, 33
HSL
30°, 68%, 40%
CMYK
0, 40, 81, 32
Luminance
0.1889
Every format
| HEX | #ad6821 |
| RGB | rgb(173, 104, 33) |
| HSL | hsl(30, 68%, 40%) |
| CMYK | cmyk(0%, 40%, 81%, 32%) |
| LAB | lab(50.6 22.2 48.8) |
| LCH | lch(50.6 53.6 65.5) |
| OKLCH | oklch(0.582 0.120 61.4) |
Copy-ready code
/* CSS */
color: #ad6821;
background-color: #ad6821;
/* Tailwind (arbitrary) */
class="text-[#ad6821] bg-[#ad6821]"
/* SCSS */
$brand: #ad6821;
/* SwiftUI */
Color(red: 0.678, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#ad6821")Accessibility — WCAG contrast
Aa
#ad6821 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad6821 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow80.9%
Key (black)32.2%
Color previews
#ad6821 text on a black background
contrast 4.78:1
Card sample
#ad6821 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6821;
Background color
Panel with #ad6821 background
background-color: #ad6821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6821; background: linear-gradient(135deg, #ad6821, #95AD21);