#a34c00
a dark, electric orange · warm · closest name: chocolate
RGB
163, 76, 0
HSL
28°, 100%, 32%
CMYK
0, 53, 100, 36
Luminance
0.1296
Every format
| HEX | #a34c00 |
| RGB | rgb(163, 76, 0) |
| HSL | hsl(28, 100%, 32%) |
| CMYK | cmyk(0%, 53%, 100%, 36%) |
| LAB | lab(42.7 32.5 52.5) |
| LCH | lch(42.7 61.8 58.3) |
| OKLCH | oklch(0.518 0.135 50.9) |
Copy-ready code
/* CSS */
color: #a34c00;
background-color: #a34c00;
/* Tailwind (arbitrary) */
class="text-[#a34c00] bg-[#a34c00]"
/* SCSS */
$brand: #a34c00;
/* SwiftUI */
Color(red: 0.639, green: 0.298, blue: 0.000)
/* Android */
Color.parseColor("#a34c00")Accessibility — WCAG contrast
Aa
#a34c00 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a34c00 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green29.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow100.0%
Key (black)36.1%
Color previews
#a34c00 text on a black background
contrast 3.59:1
Card sample
#a34c00 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34c00;
Background color
Panel with #a34c00 background
background-color: #a34c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 76, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 76, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34c00; background: linear-gradient(135deg, #a34c00, #8DA300);