#97331b
a dark, vivid red · warm · closest name: maroon
RGB
151, 51, 27
HSL
12°, 70%, 35%
CMYK
0, 66, 82, 41
Luminance
0.0903
Every format
| HEX | #97331b |
| RGB | rgb(151, 51, 27) |
| HSL | hsl(12, 70%, 35%) |
| CMYK | cmyk(0%, 66%, 82%, 41%) |
| LAB | lab(36.0 40.7 36.6) |
| LCH | lch(36.0 54.8 42.0) |
| OKLCH | oklch(0.464 0.139 34.6) |
Copy-ready code
/* CSS */
color: #97331b;
background-color: #97331b;
/* Tailwind (arbitrary) */
class="text-[#97331b] bg-[#97331b]"
/* SCSS */
$brand: #97331b;
/* SwiftUI */
Color(red: 0.592, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#97331b")Accessibility — WCAG contrast
Aa
#97331b on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#97331b on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow82.1%
Key (black)40.8%
Color previews
#97331b text on a black background
contrast 2.81:1
Card sample
#97331b text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97331b;
Background color
Panel with #97331b background
background-color: #97331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97331b; background: linear-gradient(135deg, #97331b, #97861B);