#a35800
a dark, electric orange · warm · closest name: chocolate
RGB
163, 88, 0
HSL
32°, 100%, 32%
CMYK
0, 46, 100, 36
Luminance
0.1477
Every format
| HEX | #a35800 |
| RGB | rgb(163, 88, 0) |
| HSL | hsl(32, 100%, 32%) |
| CMYK | cmyk(0%, 46%, 100%, 36%) |
| LAB | lab(45.3 26.0 54.1) |
| LCH | lch(45.3 60.0 64.3) |
| OKLCH | oklch(0.538 0.128 58.8) |
Copy-ready code
/* CSS */
color: #a35800;
background-color: #a35800;
/* Tailwind (arbitrary) */
class="text-[#a35800] bg-[#a35800]"
/* SCSS */
$brand: #a35800;
/* SwiftUI */
Color(red: 0.639, green: 0.345, blue: 0.000)
/* Android */
Color.parseColor("#a35800")Accessibility — WCAG contrast
Aa
#a35800 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a35800 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green34.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow100.0%
Key (black)36.1%
Color previews
#a35800 text on a black background
contrast 3.95:1
Card sample
#a35800 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35800;
Background color
Panel with #a35800 background
background-color: #a35800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 88, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 88, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35800; background: linear-gradient(135deg, #a35800, #81A300);