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