#983621
a dark, vivid red · warm · closest name: sienna
RGB
152, 54, 33
HSL
11°, 64%, 36%
CMYK
0, 65, 78, 40
Luminance
0.0942
Every format
| HEX | #983621 |
| RGB | rgb(152, 54, 33) |
| HSL | hsl(11, 64%, 36%) |
| CMYK | cmyk(0%, 65%, 78%, 40%) |
| LAB | lab(36.8 39.9 34.2) |
| LCH | lch(36.8 52.6 40.6) |
| OKLCH | oklch(0.470 0.136 33.8) |
Copy-ready code
/* CSS */
color: #983621;
background-color: #983621;
/* Tailwind (arbitrary) */
class="text-[#983621] bg-[#983621]"
/* SCSS */
$brand: #983621;
/* SwiftUI */
Color(red: 0.596, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#983621")Accessibility — WCAG contrast
Aa
#983621 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#983621 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow78.3%
Key (black)40.4%
Color previews
#983621 text on a black background
contrast 2.88:1
Card sample
#983621 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983621;
Background color
Panel with #983621 background
background-color: #983621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983621; background: linear-gradient(135deg, #983621, #988521);