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