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