#80381f
a dark, vivid orange · warm · closest name: sienna
RGB
128, 56, 31
HSL
16°, 61%, 31%
CMYK
0, 56, 76, 50
Luminance
0.0752
Every format
| HEX | #80381f |
| RGB | rgb(128, 56, 31) |
| HSL | hsl(16, 61%, 31%) |
| CMYK | cmyk(0%, 56%, 76%, 50%) |
| LAB | lab(33.0 29.4 30.0) |
| LCH | lch(33.0 42.0 45.6) |
| OKLCH | oklch(0.433 0.107 39.2) |
Copy-ready code
/* CSS */
color: #80381f;
background-color: #80381f;
/* Tailwind (arbitrary) */
class="text-[#80381f] bg-[#80381f]"
/* SCSS */
$brand: #80381f;
/* SwiftUI */
Color(red: 0.502, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#80381f")Accessibility — WCAG contrast
Aa
#80381f on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#80381f on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow75.8%
Key (black)49.8%
Color previews
#80381f text on a black background
contrast 2.50:1
Card sample
#80381f text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80381f;
Background color
Panel with #80381f background
background-color: #80381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80381f; background: linear-gradient(135deg, #80381f, #80791F);