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