#803c01
a dark, electric orange · warm · closest name: sienna
RGB
128, 60, 1
HSL
28°, 98%, 25%
CMYK
0, 53, 99, 50
Luminance
0.0782
Every format
| HEX | #803c01 |
| RGB | rgb(128, 60, 1) |
| HSL | hsl(28, 98%, 25%) |
| CMYK | cmyk(0%, 53%, 99%, 50%) |
| LAB | lab(33.6 26.2 43.9) |
| LCH | lch(33.6 51.1 59.1) |
| OKLCH | oklch(0.438 0.112 52.0) |
Copy-ready code
/* CSS */
color: #803c01;
background-color: #803c01;
/* Tailwind (arbitrary) */
class="text-[#803c01] bg-[#803c01]"
/* SCSS */
$brand: #803c01;
/* SwiftUI */
Color(red: 0.502, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#803c01")Accessibility — WCAG contrast
Aa
#803c01 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803c01 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow99.2%
Key (black)49.8%
Color previews
#803c01 text on a black background
contrast 2.56:1
Card sample
#803c01 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803c01;
Background color
Panel with #803c01 background
background-color: #803c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803c01; background: linear-gradient(135deg, #803c01, #6F8001);