#882222
a dark, vivid red · warm · closest name: maroon
RGB
136, 34, 34
HSL
0°, 60%, 33%
CMYK
0, 75, 75, 47
Luminance
0.0649
Every format
| HEX | #882222 |
| RGB | rgb(136, 34, 34) |
| HSL | hsl(0, 60%, 33%) |
| CMYK | cmyk(0%, 75%, 75%, 47%) |
| LAB | lab(30.6 42.8 26.0) |
| LCH | lch(30.6 50.1 31.3) |
| OKLCH | oklch(0.418 0.138 25.4) |
Copy-ready code
/* CSS */
color: #882222;
background-color: #882222;
/* Tailwind (arbitrary) */
class="text-[#882222] bg-[#882222]"
/* SCSS */
$brand: #882222;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.133)
/* Android */
Color.parseColor("#882222")Accessibility — WCAG contrast
Aa
#882222 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882222 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow75.0%
Key (black)46.7%
Color previews
#882222 text on a black background
contrast 2.30:1
Card sample
#882222 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882222;
Background color
Panel with #882222 background
background-color: #882222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882222; background: linear-gradient(135deg, #882222, #886622);