#883c22
a dark, vivid orange · warm · closest name: sienna
RGB
136, 60, 34
HSL
15°, 60%, 33%
CMYK
0, 56, 75, 47
Luminance
0.0858
Every format
| HEX | #883c22 |
| RGB | rgb(136, 60, 34) |
| HSL | hsl(15, 60%, 33%) |
| CMYK | cmyk(0%, 56%, 75%, 47%) |
| LAB | lab(35.2 30.7 31.1) |
| LCH | lch(35.2 43.7 45.4) |
| OKLCH | oklch(0.453 0.111 39.0) |
Copy-ready code
/* CSS */
color: #883c22;
background-color: #883c22;
/* Tailwind (arbitrary) */
class="text-[#883c22] bg-[#883c22]"
/* SCSS */
$brand: #883c22;
/* SwiftUI */
Color(red: 0.533, green: 0.235, blue: 0.133)
/* Android */
Color.parseColor("#883c22")Accessibility — WCAG contrast
Aa
#883c22 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883c22 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green23.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow75.0%
Key (black)46.7%
Color previews
#883c22 text on a black background
contrast 2.72:1
Card sample
#883c22 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883c22;
Background color
Panel with #883c22 background
background-color: #883c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 60, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 60, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883c22; background: linear-gradient(135deg, #883c22, #888022);