#883b13
a dark, electric orange · warm · closest name: sienna
RGB
136, 59, 19
HSL
21°, 76%, 30%
CMYK
0, 57, 86, 47
Luminance
0.0841
Every format
| HEX | #883b13 |
| RGB | rgb(136, 59, 19) |
| HSL | hsl(21, 76%, 30%) |
| CMYK | cmyk(0%, 57%, 86%, 47%) |
| LAB | lab(34.8 30.6 38.5) |
| LCH | lch(34.8 49.2 51.5) |
| OKLCH | oklch(0.450 0.117 44.3) |
Copy-ready code
/* CSS */
color: #883b13;
background-color: #883b13;
/* Tailwind (arbitrary) */
class="text-[#883b13] bg-[#883b13]"
/* SCSS */
$brand: #883b13;
/* SwiftUI */
Color(red: 0.533, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#883b13")Accessibility — WCAG contrast
Aa
#883b13 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883b13 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow86.0%
Key (black)46.7%
Color previews
#883b13 text on a black background
contrast 2.68:1
Card sample
#883b13 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883b13;
Background color
Panel with #883b13 background
background-color: #883b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883b13; background: linear-gradient(135deg, #883b13, #878813);