#a95430
a dark, vivid orange · warm · closest name: sienna
RGB
169, 84, 48
HSL
18°, 56%, 43%
CMYK
0, 50, 72, 34
Luminance
0.1499
Every format
| HEX | #a95430 |
| RGB | rgb(169, 84, 48) |
| HSL | hsl(18, 56%, 43%) |
| CMYK | cmyk(0%, 50%, 72%, 34%) |
| LAB | lab(45.6 32.1 36.4) |
| LCH | lch(45.6 48.6 48.6) |
| OKLCH | oklch(0.543 0.122 42.5) |
Copy-ready code
/* CSS */
color: #a95430;
background-color: #a95430;
/* Tailwind (arbitrary) */
class="text-[#a95430] bg-[#a95430]"
/* SCSS */
$brand: #a95430;
/* SwiftUI */
Color(red: 0.663, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#a95430")Accessibility — WCAG contrast
Aa
#a95430 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a95430 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow71.6%
Key (black)33.7%
Color previews
#a95430 text on a black background
contrast 4.00:1
Card sample
#a95430 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a95430;
Background color
Panel with #a95430 background
background-color: #a95430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a95430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a95430; background: linear-gradient(135deg, #a95430, #A9A530);