#862321
a dark, vivid red · warm · closest name: maroon
RGB
134, 35, 33
HSL
1°, 61%, 33%
CMYK
0, 74, 75, 48
Luminance
0.0638
Every format
| HEX | #862321 |
| RGB | rgb(134, 35, 33) |
| HSL | hsl(1, 61%, 33%) |
| CMYK | cmyk(0%, 74%, 75%, 48%) |
| LAB | lab(30.4 41.7 26.2) |
| LCH | lch(30.4 49.3 32.2) |
| OKLCH | oklch(0.416 0.135 26.2) |
Copy-ready code
/* CSS */
color: #862321;
background-color: #862321;
/* Tailwind (arbitrary) */
class="text-[#862321] bg-[#862321]"
/* SCSS */
$brand: #862321;
/* SwiftUI */
Color(red: 0.525, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#862321")Accessibility — WCAG contrast
Aa
#862321 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862321 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow75.4%
Key (black)47.5%
Color previews
#862321 text on a black background
contrast 2.28:1
Card sample
#862321 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862321;
Background color
Panel with #862321 background
background-color: #862321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862321; background: linear-gradient(135deg, #862321, #866621);