#883636
a dark, soft red · warm · closest name: sienna
RGB
136, 54, 54
HSL
0°, 43%, 37%
CMYK
0, 60, 60, 47
Luminance
0.0814
Every format
| HEX | #883636 |
| RGB | rgb(136, 54, 54) |
| HSL | hsl(0, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 60%, 47%) |
| LAB | lab(34.3 35.1 17.9) |
| LCH | lch(34.3 39.4 27.1) |
| OKLCH | oklch(0.447 0.113 22.8) |
Copy-ready code
/* CSS */
color: #883636;
background-color: #883636;
/* Tailwind (arbitrary) */
class="text-[#883636] bg-[#883636]"
/* SCSS */
$brand: #883636;
/* SwiftUI */
Color(red: 0.533, green: 0.212, blue: 0.212)
/* Android */
Color.parseColor("#883636")Accessibility — WCAG contrast
Aa
#883636 on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883636 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green21.2%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow60.3%
Key (black)46.7%
Color previews
#883636 text on a black background
contrast 2.63:1
Card sample
#883636 text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883636;
Background color
Panel with #883636 background
background-color: #883636;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883636;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 54, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 54, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883636; background: linear-gradient(135deg, #883636, #886D36);