#994444
a dark, soft red · warm · closest name: sienna
RGB
153, 68, 68
HSL
0°, 39%, 43%
CMYK
0, 56, 56, 40
Luminance
0.1132
Every format
| HEX | #994444 |
| RGB | rgb(153, 68, 68) |
| HSL | hsl(0, 39%, 43%) |
| CMYK | cmyk(0%, 56%, 56%, 40%) |
| LAB | lab(40.1 35.6 17.4) |
| LCH | lch(40.1 39.6 26.1) |
| OKLCH | oklch(0.497 0.114 22.1) |
Copy-ready code
/* CSS */
color: #994444;
background-color: #994444;
/* Tailwind (arbitrary) */
class="text-[#994444] bg-[#994444]"
/* SCSS */
$brand: #994444;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#994444")Accessibility — WCAG contrast
Aa
#994444 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994444 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow55.6%
Key (black)40.0%
Color previews
#994444 text on a black background
contrast 3.26:1
Card sample
#994444 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994444;
Background color
Panel with #994444 background
background-color: #994444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994444; background: linear-gradient(135deg, #994444, #997D44);