#a33a00
a dark, electric orange · warm · closest name: chocolate
RGB
163, 58, 0
HSL
21°, 100%, 32%
CMYK
0, 64, 100, 36
Luminance
0.1081
Every format
| HEX | #a33a00 |
| RGB | rgb(163, 58, 0) |
| HSL | hsl(21, 100%, 32%) |
| CMYK | cmyk(0%, 64%, 100%, 36%) |
| LAB | lab(39.3 41.4 50.6) |
| LCH | lch(39.3 65.4 50.7) |
| OKLCH | oklch(0.492 0.150 41.5) |
Copy-ready code
/* CSS */
color: #a33a00;
background-color: #a33a00;
/* Tailwind (arbitrary) */
class="text-[#a33a00] bg-[#a33a00]"
/* SCSS */
$brand: #a33a00;
/* SwiftUI */
Color(red: 0.639, green: 0.227, blue: 0.000)
/* Android */
Color.parseColor("#a33a00")Accessibility — WCAG contrast
Aa
#a33a00 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33a00 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green22.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow100.0%
Key (black)36.1%
Color previews
#a33a00 text on a black background
contrast 3.16:1
Card sample
#a33a00 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33a00;
Background color
Panel with #a33a00 background
background-color: #a33a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 58, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 58, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33a00; background: linear-gradient(135deg, #a33a00, #A0A300);