#a65e21
a dark, vivid orange · warm · closest name: sienna
RGB
166, 94, 33
HSL
28°, 67%, 39%
CMYK
0, 43, 80, 35
Luminance
0.1622
Every format
| HEX | #a65e21 |
| RGB | rgb(166, 94, 33) |
| HSL | hsl(28, 67%, 39%) |
| CMYK | cmyk(0%, 43%, 80%, 35%) |
| LAB | lab(47.3 24.7 45.4) |
| LCH | lch(47.3 51.7 61.4) |
| OKLCH | oklch(0.555 0.118 56.4) |
Copy-ready code
/* CSS */
color: #a65e21;
background-color: #a65e21;
/* Tailwind (arbitrary) */
class="text-[#a65e21] bg-[#a65e21]"
/* SCSS */
$brand: #a65e21;
/* SwiftUI */
Color(red: 0.651, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#a65e21")Accessibility — WCAG contrast
Aa
#a65e21 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a65e21 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow80.1%
Key (black)34.9%
Color previews
#a65e21 text on a black background
contrast 4.24:1
Card sample
#a65e21 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a65e21;
Background color
Panel with #a65e21 background
background-color: #a65e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a65e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a65e21; background: linear-gradient(135deg, #a65e21, #95A621);