#a8643d
a dark, vivid orange · warm · closest name: sienna
RGB
168, 100, 61
HSL
22°, 47%, 45%
CMYK
0, 41, 64, 34
Luminance
0.1778
Every format
| HEX | #a8643d |
| RGB | rgb(168, 100, 61) |
| HSL | hsl(22, 47%, 45%) |
| CMYK | cmyk(0%, 41%, 64%, 34%) |
| LAB | lab(49.2 23.7 33.5) |
| LCH | lch(49.2 41.0 54.6) |
| OKLCH | oklch(0.571 0.103 49.5) |
Copy-ready code
/* CSS */
color: #a8643d;
background-color: #a8643d;
/* Tailwind (arbitrary) */
class="text-[#a8643d] bg-[#a8643d]"
/* SCSS */
$brand: #a8643d;
/* SwiftUI */
Color(red: 0.659, green: 0.392, blue: 0.239)
/* Android */
Color.parseColor("#a8643d")Accessibility — WCAG contrast
Aa
#a8643d on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a8643d on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green39.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow63.7%
Key (black)34.1%
Color previews
#a8643d text on a black background
contrast 4.56:1
Card sample
#a8643d text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8643d;
Background color
Panel with #a8643d background
background-color: #a8643d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8643d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 100, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 100, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8643d; background: linear-gradient(135deg, #a8643d, #A5A83D);