#9b351f
a dark, vivid red · warm · closest name: maroon
RGB
155, 53, 31
HSL
11°, 67%, 37%
CMYK
0, 66, 80, 39
Luminance
0.0961
Every format
| HEX | #9b351f |
| RGB | rgb(155, 53, 31) |
| HSL | hsl(11, 67%, 37%) |
| CMYK | cmyk(0%, 66%, 80%, 39%) |
| LAB | lab(37.1 41.4 35.9) |
| LCH | lch(37.1 54.8 40.9) |
| OKLCH | oklch(0.474 0.141 33.8) |
Copy-ready code
/* CSS */
color: #9b351f;
background-color: #9b351f;
/* Tailwind (arbitrary) */
class="text-[#9b351f] bg-[#9b351f]"
/* SCSS */
$brand: #9b351f;
/* SwiftUI */
Color(red: 0.608, green: 0.208, blue: 0.122)
/* Android */
Color.parseColor("#9b351f")Accessibility — WCAG contrast
Aa
#9b351f on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b351f on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green20.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow80.0%
Key (black)39.2%
Color previews
#9b351f text on a black background
contrast 2.92:1
Card sample
#9b351f text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b351f;
Background color
Panel with #9b351f background
background-color: #9b351f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b351f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 53, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 53, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b351f; background: linear-gradient(135deg, #9b351f, #9B881F);