#814101
a dark, electric orange · warm · closest name: sienna
RGB
129, 65, 1
HSL
30°, 99%, 26%
CMYK
0, 50, 99, 49
Luminance
0.0845
Every format
| HEX | #814101 |
| RGB | rgb(129, 65, 1) |
| HSL | hsl(30, 99%, 26%) |
| CMYK | cmyk(0%, 50%, 99%, 49%) |
| LAB | lab(34.9 23.9 44.8) |
| LCH | lch(34.9 50.7 61.9) |
| OKLCH | oklch(0.448 0.110 55.6) |
Copy-ready code
/* CSS */
color: #814101;
background-color: #814101;
/* Tailwind (arbitrary) */
class="text-[#814101] bg-[#814101]"
/* SCSS */
$brand: #814101;
/* SwiftUI */
Color(red: 0.506, green: 0.255, blue: 0.004)
/* Android */
Color.parseColor("#814101")Accessibility — WCAG contrast
Aa
#814101 on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#814101 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green25.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow99.2%
Key (black)49.4%
Color previews
#814101 text on a black background
contrast 2.69:1
Card sample
#814101 text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814101;
Background color
Panel with #814101 background
background-color: #814101;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814101;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 65, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 65, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814101; background: linear-gradient(135deg, #814101, #6C8101);