#a65721
a dark, vivid orange · warm · closest name: sienna
RGB
166, 87, 33
HSL
24°, 67%, 39%
CMYK
0, 48, 80, 35
Luminance
0.1503
Every format
| HEX | #a65721 |
| RGB | rgb(166, 87, 33) |
| HSL | hsl(24, 67%, 39%) |
| CMYK | cmyk(0%, 48%, 80%, 35%) |
| LAB | lab(45.7 28.6 43.9) |
| LCH | lch(45.7 52.4 56.9) |
| OKLCH | oklch(0.542 0.123 51.0) |
Copy-ready code
/* CSS */
color: #a65721;
background-color: #a65721;
/* Tailwind (arbitrary) */
class="text-[#a65721] bg-[#a65721]"
/* SCSS */
$brand: #a65721;
/* SwiftUI */
Color(red: 0.651, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#a65721")Accessibility — WCAG contrast
Aa
#a65721 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a65721 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow80.1%
Key (black)34.9%
Color previews
#a65721 text on a black background
contrast 4.01:1
Card sample
#a65721 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a65721;
Background color
Panel with #a65721 background
background-color: #a65721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a65721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a65721; background: linear-gradient(135deg, #a65721, #9CA621);