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