#a75430
a dark, vivid orange · warm · closest name: sienna
RGB
167, 84, 48
HSL
18°, 55%, 42%
CMYK
0, 50, 71, 35
Luminance
0.1477
Every format
| HEX | #a75430 |
| RGB | rgb(167, 84, 48) |
| HSL | hsl(18, 55%, 42%) |
| CMYK | cmyk(0%, 50%, 71%, 35%) |
| LAB | lab(45.3 31.3 36.0) |
| LCH | lch(45.3 47.7 49.0) |
| OKLCH | oklch(0.540 0.120 43.0) |
Copy-ready code
/* CSS */
color: #a75430;
background-color: #a75430;
/* Tailwind (arbitrary) */
class="text-[#a75430] bg-[#a75430]"
/* SCSS */
$brand: #a75430;
/* SwiftUI */
Color(red: 0.655, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#a75430")Accessibility — WCAG contrast
Aa
#a75430 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75430 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow71.3%
Key (black)34.5%
Color previews
#a75430 text on a black background
contrast 3.95:1
Card sample
#a75430 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75430;
Background color
Panel with #a75430 background
background-color: #a75430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75430; background: linear-gradient(135deg, #a75430, #A7A430);