#862621
a dark, vivid red · warm · closest name: maroon
RGB
134, 38, 33
HSL
3°, 61%, 33%
CMYK
0, 72, 75, 48
Luminance
0.0656
Every format
| HEX | #862621 |
| RGB | rgb(134, 38, 33) |
| HSL | hsl(3, 61%, 33%) |
| CMYK | cmyk(0%, 72%, 75%, 48%) |
| LAB | lab(30.8 40.5 26.7) |
| LCH | lch(30.8 48.5 33.5) |
| OKLCH | oklch(0.419 0.132 27.3) |
Copy-ready code
/* CSS */
color: #862621;
background-color: #862621;
/* Tailwind (arbitrary) */
class="text-[#862621] bg-[#862621]"
/* SCSS */
$brand: #862621;
/* SwiftUI */
Color(red: 0.525, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#862621")Accessibility — WCAG contrast
Aa
#862621 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862621 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow75.4%
Key (black)47.5%
Color previews
#862621 text on a black background
contrast 2.31:1
Card sample
#862621 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862621;
Background color
Panel with #862621 background
background-color: #862621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862621; background: linear-gradient(135deg, #862621, #866921);