#99222b
a dark, vivid red · warm · closest name: firebrick
RGB
153, 34, 43
HSL
356°, 64%, 37%
CMYK
0, 78, 72, 40
Luminance
0.0809
Every format
| HEX | #99222b |
| RGB | rgb(153, 34, 43) |
| HSL | hsl(356, 64%, 37%) |
| CMYK | cmyk(0%, 78%, 72%, 40%) |
| LAB | lab(34.2 48.7 25.4) |
| LCH | lch(34.2 54.9 27.6) |
| OKLCH | oklch(0.452 0.154 22.3) |
Copy-ready code
/* CSS */
color: #99222b;
background-color: #99222b;
/* Tailwind (arbitrary) */
class="text-[#99222b] bg-[#99222b]"
/* SCSS */
$brand: #99222b;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.169)
/* Android */
Color.parseColor("#99222b")Accessibility — WCAG contrast
Aa
#99222b on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#99222b on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow71.9%
Key (black)40.0%
Color previews
#99222b text on a black background
contrast 2.62:1
Card sample
#99222b text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99222b;
Background color
Panel with #99222b background
background-color: #99222b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99222b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99222b; background: linear-gradient(135deg, #99222b, #996822);