#ad6321
a dark, vivid orange · warm · closest name: peru
RGB
173, 99, 33
HSL
28°, 68%, 40%
CMYK
0, 43, 81, 32
Luminance
0.1792
Every format
| HEX | #ad6321 |
| RGB | rgb(173, 99, 33) |
| HSL | hsl(28, 68%, 40%) |
| CMYK | cmyk(0%, 43%, 81%, 32%) |
| LAB | lab(49.4 25.0 47.7) |
| LCH | lch(49.4 53.9 62.4) |
| OKLCH | oklch(0.573 0.122 57.4) |
Copy-ready code
/* CSS */
color: #ad6321;
background-color: #ad6321;
/* Tailwind (arbitrary) */
class="text-[#ad6321] bg-[#ad6321]"
/* SCSS */
$brand: #ad6321;
/* SwiftUI */
Color(red: 0.678, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#ad6321")Accessibility — WCAG contrast
Aa
#ad6321 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad6321 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow80.9%
Key (black)32.2%
Color previews
#ad6321 text on a black background
contrast 4.58:1
Card sample
#ad6321 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6321;
Background color
Panel with #ad6321 background
background-color: #ad6321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6321; background: linear-gradient(135deg, #ad6321, #9AAD21);