#9f341c
a dark, vivid red · warm · closest name: firebrick
RGB
159, 52, 28
HSL
11°, 70%, 37%
CMYK
0, 67, 82, 38
Luminance
0.0991
Every format
| HEX | #9f341c |
| RGB | rgb(159, 52, 28) |
| HSL | hsl(11, 70%, 37%) |
| CMYK | cmyk(0%, 67%, 82%, 38%) |
| LAB | lab(37.7 43.1 38.2) |
| LCH | lch(37.7 57.6 41.5) |
| OKLCH | oklch(0.479 0.146 34.0) |
Copy-ready code
/* CSS */
color: #9f341c;
background-color: #9f341c;
/* Tailwind (arbitrary) */
class="text-[#9f341c] bg-[#9f341c]"
/* SCSS */
$brand: #9f341c;
/* SwiftUI */
Color(red: 0.624, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#9f341c")Accessibility — WCAG contrast
Aa
#9f341c on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9f341c on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green20.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow82.4%
Key (black)37.6%
Color previews
#9f341c text on a black background
contrast 2.98:1
Card sample
#9f341c text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f341c;
Background color
Panel with #9f341c background
background-color: #9f341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f341c; background: linear-gradient(135deg, #9f341c, #9F8C1C);