#a15800
a dark, electric orange · warm · closest name: chocolate
RGB
161, 88, 0
HSL
33°, 100%, 32%
CMYK
0, 45, 100, 37
Luminance
0.1456
Every format
| HEX | #a15800 |
| RGB | rgb(161, 88, 0) |
| HSL | hsl(33, 100%, 32%) |
| CMYK | cmyk(0%, 45%, 100%, 37%) |
| LAB | lab(45.0 25.1 53.8) |
| LCH | lch(45.0 59.4 65.0) |
| OKLCH | oklch(0.535 0.126 59.6) |
Copy-ready code
/* CSS */
color: #a15800;
background-color: #a15800;
/* Tailwind (arbitrary) */
class="text-[#a15800] bg-[#a15800]"
/* SCSS */
$brand: #a15800;
/* SwiftUI */
Color(red: 0.631, green: 0.345, blue: 0.000)
/* Android */
Color.parseColor("#a15800")Accessibility — WCAG contrast
Aa
#a15800 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a15800 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green34.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow100.0%
Key (black)36.9%
Color previews
#a15800 text on a black background
contrast 3.91:1
Card sample
#a15800 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a15800;
Background color
Panel with #a15800 background
background-color: #a15800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a15800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 88, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 88, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a15800; background: linear-gradient(135deg, #a15800, #7FA100);