#a24708
a dark, electric orange · warm · closest name: sienna
RGB
162, 71, 8
HSL
25°, 91%, 33%
CMYK
0, 56, 95, 37
Luminance
0.1221
Every format
| HEX | #a24708 |
| RGB | rgb(162, 71, 8) |
| HSL | hsl(25, 91%, 33%) |
| CMYK | cmyk(0%, 56%, 95%, 37%) |
| LAB | lab(41.5 34.8 49.4) |
| LCH | lch(41.5 60.4 54.9) |
| OKLCH | oklch(0.509 0.137 47.1) |
Copy-ready code
/* CSS */
color: #a24708;
background-color: #a24708;
/* Tailwind (arbitrary) */
class="text-[#a24708] bg-[#a24708]"
/* SCSS */
$brand: #a24708;
/* SwiftUI */
Color(red: 0.635, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#a24708")Accessibility — WCAG contrast
Aa
#a24708 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a24708 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow95.1%
Key (black)36.5%
Color previews
#a24708 text on a black background
contrast 3.44:1
Card sample
#a24708 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a24708;
Background color
Panel with #a24708 background
background-color: #a24708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a24708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a24708; background: linear-gradient(135deg, #a24708, #96A208);