#984635
a dark, vivid red · warm · closest name: sienna
RGB
152, 70, 53
HSL
10°, 48%, 40%
CMYK
0, 54, 65, 40
Luminance
0.1131
Every format
| HEX | #984635 |
| RGB | rgb(152, 70, 53) |
| HSL | hsl(10, 48%, 40%) |
| CMYK | cmyk(0%, 54%, 65%, 40%) |
| LAB | lab(40.1 33.0 26.5) |
| LCH | lch(40.1 42.3 38.8) |
| OKLCH | oklch(0.496 0.114 33.2) |
Copy-ready code
/* CSS */
color: #984635;
background-color: #984635;
/* Tailwind (arbitrary) */
class="text-[#984635] bg-[#984635]"
/* SCSS */
$brand: #984635;
/* SwiftUI */
Color(red: 0.596, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#984635")Accessibility — WCAG contrast
Aa
#984635 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984635 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow65.1%
Key (black)40.4%
Color previews
#984635 text on a black background
contrast 3.26:1
Card sample
#984635 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984635;
Background color
Panel with #984635 background
background-color: #984635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984635; background: linear-gradient(135deg, #984635, #988835);