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