#501c01
a deep, electric orange · warm · closest name: sienna
RGB
80, 28, 1
HSL
21°, 98%, 16%
CMYK
0, 65, 99, 69
Luminance
0.0254
Every format
| HEX | #501c01 |
| RGB | rgb(80, 28, 1) |
| HSL | hsl(21, 98%, 16%) |
| CMYK | cmyk(0%, 65%, 99%, 69%) |
| LAB | lab(18.1 22.9 26.6) |
| LCH | lch(18.1 35.1 49.2) |
| OKLCH | oklch(0.302 0.086 44.2) |
Copy-ready code
/* CSS */
color: #501c01;
background-color: #501c01;
/* Tailwind (arbitrary) */
class="text-[#501c01] bg-[#501c01]"
/* SCSS */
$brand: #501c01;
/* SwiftUI */
Color(red: 0.314, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#501c01")Accessibility — WCAG contrast
Aa
#501c01 on white: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501c01 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow98.8%
Key (black)68.6%
Color previews
#501c01 text on a black background
contrast 1.51:1
Card sample
#501c01 text on a white background
contrast 13.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501c01;
Background color
Panel with #501c01 background
background-color: #501c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501c01; background: linear-gradient(135deg, #501c01, #4F5001);