#a35200
a dark, electric orange · warm · closest name: chocolate
RGB
163, 82, 0
HSL
30°, 100%, 32%
CMYK
0, 50, 100, 36
Luminance
0.1382
Every format
| HEX | #a35200 |
| RGB | rgb(163, 82, 0) |
| HSL | hsl(30, 100%, 32%) |
| CMYK | cmyk(0%, 50%, 100%, 36%) |
| LAB | lab(44.0 29.3 53.3) |
| LCH | lch(44.0 60.8 61.2) |
| OKLCH | oklch(0.528 0.131 54.6) |
Copy-ready code
/* CSS */
color: #a35200;
background-color: #a35200;
/* Tailwind (arbitrary) */
class="text-[#a35200] bg-[#a35200]"
/* SCSS */
$brand: #a35200;
/* SwiftUI */
Color(red: 0.639, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#a35200")Accessibility — WCAG contrast
Aa
#a35200 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a35200 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green32.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow100.0%
Key (black)36.1%
Color previews
#a35200 text on a black background
contrast 3.76:1
Card sample
#a35200 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35200;
Background color
Panel with #a35200 background
background-color: #a35200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35200; background: linear-gradient(135deg, #a35200, #87A300);