#983021
a dark, vivid red · warm · closest name: maroon
RGB
152, 48, 33
HSL
8°, 64%, 36%
CMYK
0, 68, 78, 40
Luminance
0.0890
Every format
| HEX | #983021 |
| RGB | rgb(152, 48, 33) |
| HSL | hsl(8, 64%, 36%) |
| CMYK | cmyk(0%, 68%, 78%, 40%) |
| LAB | lab(35.8 42.6 33.2) |
| LCH | lch(35.8 54.0 37.9) |
| OKLCH | oklch(0.463 0.142 31.1) |
Copy-ready code
/* CSS */
color: #983021;
background-color: #983021;
/* Tailwind (arbitrary) */
class="text-[#983021] bg-[#983021]"
/* SCSS */
$brand: #983021;
/* SwiftUI */
Color(red: 0.596, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#983021")Accessibility — WCAG contrast
Aa
#983021 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#983021 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow78.3%
Key (black)40.4%
Color previews
#983021 text on a black background
contrast 2.78:1
Card sample
#983021 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983021;
Background color
Panel with #983021 background
background-color: #983021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983021; background: linear-gradient(135deg, #983021, #987F21);