#993344
a dark, vivid red · warm · closest name: firebrick
RGB
153, 51, 68
HSL
350°, 50%, 40%
CMYK
0, 67, 56, 40
Luminance
0.0956
Every format
| HEX | #993344 |
| RGB | rgb(153, 51, 68) |
| HSL | hsl(350, 50%, 40%) |
| CMYK | cmyk(0%, 67%, 56%, 40%) |
| LAB | lab(37.0 43.8 13.3) |
| LCH | lch(37.0 45.7 16.9) |
| OKLCH | oklch(0.474 0.136 14.2) |
Copy-ready code
/* CSS */
color: #993344;
background-color: #993344;
/* Tailwind (arbitrary) */
class="text-[#993344] bg-[#993344]"
/* SCSS */
$brand: #993344;
/* SwiftUI */
Color(red: 0.600, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#993344")Accessibility — WCAG contrast
Aa
#993344 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#993344 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green20.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow55.6%
Key (black)40.0%
Color previews
#993344 text on a black background
contrast 2.91:1
Card sample
#993344 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993344;
Background color
Panel with #993344 background
background-color: #993344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993344; background: linear-gradient(135deg, #993344, #996633);