#9f482d
a dark, vivid red · warm · closest name: sienna
RGB
159, 72, 45
HSL
14°, 56%, 40%
CMYK
0, 55, 72, 38
Luminance
0.1220
Every format
| HEX | #9f482d |
| RGB | rgb(159, 72, 45) |
| HSL | hsl(14, 56%, 40%) |
| CMYK | cmyk(0%, 55%, 72%, 38%) |
| LAB | lab(41.5 34.3 33.0) |
| LCH | lch(41.5 47.6 44.0) |
| OKLCH | oklch(0.509 0.123 37.8) |
Copy-ready code
/* CSS */
color: #9f482d;
background-color: #9f482d;
/* Tailwind (arbitrary) */
class="text-[#9f482d] bg-[#9f482d]"
/* SCSS */
$brand: #9f482d;
/* SwiftUI */
Color(red: 0.624, green: 0.282, blue: 0.176)
/* Android */
Color.parseColor("#9f482d")Accessibility — WCAG contrast
Aa
#9f482d on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f482d on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green28.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow71.7%
Key (black)37.6%
Color previews
#9f482d text on a black background
contrast 3.44:1
Card sample
#9f482d text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f482d;
Background color
Panel with #9f482d background
background-color: #9f482d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f482d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 72, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 72, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f482d; background: linear-gradient(135deg, #9f482d, #9F942D);