#822136
a dark, vivid red · warm · closest name: maroon
RGB
130, 33, 54
HSL
347°, 60%, 32%
CMYK
0, 75, 59, 49
Luminance
0.0610
Every format
| HEX | #822136 |
| RGB | rgb(130, 33, 54) |
| HSL | hsl(347, 60%, 32%) |
| CMYK | cmyk(0%, 75%, 59%, 49%) |
| LAB | lab(29.7 42.4 11.6) |
| LCH | lch(29.7 44.0 15.3) |
| OKLCH | oklch(0.410 0.131 12.7) |
Copy-ready code
/* CSS */
color: #822136;
background-color: #822136;
/* Tailwind (arbitrary) */
class="text-[#822136] bg-[#822136]"
/* SCSS */
$brand: #822136;
/* SwiftUI */
Color(red: 0.510, green: 0.129, blue: 0.212)
/* Android */
Color.parseColor("#822136")Accessibility — WCAG contrast
Aa
#822136 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#822136 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green12.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow58.5%
Key (black)49.0%
Color previews
#822136 text on a black background
contrast 2.22:1
Card sample
#822136 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #822136;
Background color
Panel with #822136 background
background-color: #822136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #822136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 33, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 33, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #822136; background: linear-gradient(135deg, #822136, #824D21);