#87362b
a dark, vivid red · warm · closest name: sienna
RGB
135, 54, 43
HSL
7°, 52%, 35%
CMYK
0, 60, 68, 47
Luminance
0.0796
Every format
| HEX | #87362b |
| RGB | rgb(135, 54, 43) |
| HSL | hsl(7, 52%, 35%) |
| CMYK | cmyk(0%, 60%, 68%, 47%) |
| LAB | lab(33.9 33.9 24.3) |
| LCH | lch(33.9 41.7 35.6) |
| OKLCH | oklch(0.443 0.114 30.0) |
Copy-ready code
/* CSS */
color: #87362b;
background-color: #87362b;
/* Tailwind (arbitrary) */
class="text-[#87362b] bg-[#87362b]"
/* SCSS */
$brand: #87362b;
/* SwiftUI */
Color(red: 0.529, green: 0.212, blue: 0.169)
/* Android */
Color.parseColor("#87362b")Accessibility — WCAG contrast
Aa
#87362b on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#87362b on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green21.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow68.1%
Key (black)47.1%
Color previews
#87362b text on a black background
contrast 2.59:1
Card sample
#87362b text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87362b;
Background color
Panel with #87362b background
background-color: #87362b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87362b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 54, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 54, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87362b; background: linear-gradient(135deg, #87362b, #87732B);