#9f394f
a dark, vivid red · warm · closest name: sienna
RGB
159, 57, 79
HSL
347°, 47%, 42%
CMYK
0, 64, 50, 38
Luminance
0.1086
Every format
| HEX | #9f394f |
| RGB | rgb(159, 57, 79) |
| HSL | hsl(347, 47%, 42%) |
| CMYK | cmyk(0%, 64%, 50%, 38%) |
| LAB | lab(39.4 44.1 9.7) |
| LCH | lch(39.4 45.1 12.4) |
| OKLCH | oklch(0.494 0.136 10.5) |
Copy-ready code
/* CSS */
color: #9f394f;
background-color: #9f394f;
/* Tailwind (arbitrary) */
class="text-[#9f394f] bg-[#9f394f]"
/* SCSS */
$brand: #9f394f;
/* SwiftUI */
Color(red: 0.624, green: 0.224, blue: 0.310)
/* Android */
Color.parseColor("#9f394f")Accessibility — WCAG contrast
Aa
#9f394f on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f394f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green22.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow50.3%
Key (black)37.6%
Color previews
#9f394f text on a black background
contrast 3.17:1
Card sample
#9f394f text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f394f;
Background color
Panel with #9f394f background
background-color: #9f394f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f394f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 57, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 57, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f394f; background: linear-gradient(135deg, #9f394f, #9F6739);