#994635
a dark, vivid red · warm · closest name: sienna
RGB
153, 70, 53
HSL
10°, 49%, 40%
CMYK
0, 54, 65, 40
Luminance
0.1141
Every format
| HEX | #994635 |
| RGB | rgb(153, 70, 53) |
| HSL | hsl(10, 49%, 40%) |
| CMYK | cmyk(0%, 54%, 65%, 40%) |
| LAB | lab(40.3 33.4 26.7) |
| LCH | lch(40.3 42.8 38.7) |
| OKLCH | oklch(0.498 0.115 33.1) |
Copy-ready code
/* CSS */
color: #994635;
background-color: #994635;
/* Tailwind (arbitrary) */
class="text-[#994635] bg-[#994635]"
/* SCSS */
$brand: #994635;
/* SwiftUI */
Color(red: 0.600, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#994635")Accessibility — WCAG contrast
Aa
#994635 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994635 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow65.4%
Key (black)40.0%
Color previews
#994635 text on a black background
contrast 3.28:1
Card sample
#994635 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994635;
Background color
Panel with #994635 background
background-color: #994635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994635; background: linear-gradient(135deg, #994635, #998935);