#933021
a dark, vivid red · warm · closest name: maroon
RGB
147, 48, 33
HSL
8°, 63%, 35%
CMYK
0, 67, 78, 42
Luminance
0.0843
Every format
| HEX | #933021 |
| RGB | rgb(147, 48, 33) |
| HSL | hsl(8, 63%, 35%) |
| CMYK | cmyk(0%, 67%, 78%, 42%) |
| LAB | lab(34.9 40.8 31.9) |
| LCH | lch(34.9 51.8 38.0) |
| OKLCH | oklch(0.454 0.136 31.3) |
Copy-ready code
/* CSS */
color: #933021;
background-color: #933021;
/* Tailwind (arbitrary) */
class="text-[#933021] bg-[#933021]"
/* SCSS */
$brand: #933021;
/* SwiftUI */
Color(red: 0.576, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#933021")Accessibility — WCAG contrast
Aa
#933021 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#933021 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow77.6%
Key (black)42.4%
Color previews
#933021 text on a black background
contrast 2.69:1
Card sample
#933021 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933021;
Background color
Panel with #933021 background
background-color: #933021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933021; background: linear-gradient(135deg, #933021, #937C21);