#994433
a dark, vivid red · warm · closest name: sienna
RGB
153, 68, 51
HSL
10°, 50%, 40%
CMYK
0, 56, 67, 40
Luminance
0.1115
Every format
| HEX | #994433 |
| RGB | rgb(153, 68, 51) |
| HSL | hsl(10, 50%, 40%) |
| CMYK | cmyk(0%, 56%, 67%, 40%) |
| LAB | lab(39.8 34.3 27.4) |
| LCH | lch(39.8 43.9 38.6) |
| OKLCH | oklch(0.494 0.118 32.9) |
Copy-ready code
/* CSS */
color: #994433;
background-color: #994433;
/* Tailwind (arbitrary) */
class="text-[#994433] bg-[#994433]"
/* SCSS */
$brand: #994433;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#994433")Accessibility — WCAG contrast
Aa
#994433 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994433 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow66.7%
Key (black)40.0%
Color previews
#994433 text on a black background
contrast 3.23:1
Card sample
#994433 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994433;
Background color
Panel with #994433 background
background-color: #994433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994433; background: linear-gradient(135deg, #994433, #998833);