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