#993322
a dark, vivid red · warm · closest name: maroon
RGB
153, 51, 34
HSL
9°, 64%, 37%
CMYK
0, 67, 78, 40
Luminance
0.0926
Every format
| HEX | #993322 |
| RGB | rgb(153, 51, 34) |
| HSL | hsl(9, 64%, 37%) |
| CMYK | cmyk(0%, 67%, 78%, 40%) |
| LAB | lab(36.5 41.7 33.4) |
| LCH | lch(36.5 53.4 38.7) |
| OKLCH | oklch(0.468 0.140 31.9) |
Copy-ready code
/* CSS */
color: #993322;
background-color: #993322;
/* Tailwind (arbitrary) */
class="text-[#993322] bg-[#993322]"
/* SCSS */
$brand: #993322;
/* SwiftUI */
Color(red: 0.600, green: 0.200, blue: 0.133)
/* Android */
Color.parseColor("#993322")Accessibility — WCAG contrast
Aa
#993322 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#993322 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green20.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow77.8%
Key (black)40.0%
Color previews
#993322 text on a black background
contrast 2.85:1
Card sample
#993322 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993322;
Background color
Panel with #993322 background
background-color: #993322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 51, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 51, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993322; background: linear-gradient(135deg, #993322, #998222);