#96331f
a dark, vivid red · warm · closest name: maroon
RGB
150, 51, 31
HSL
10°, 66%, 36%
CMYK
0, 66, 79, 41
Luminance
0.0895
Every format
| HEX | #96331f |
| RGB | rgb(150, 51, 31) |
| HSL | hsl(10, 66%, 36%) |
| CMYK | cmyk(0%, 66%, 79%, 41%) |
| LAB | lab(35.9 40.5 34.3) |
| LCH | lch(35.9 53.0 40.3) |
| OKLCH | oklch(0.463 0.137 33.3) |
Copy-ready code
/* CSS */
color: #96331f;
background-color: #96331f;
/* Tailwind (arbitrary) */
class="text-[#96331f] bg-[#96331f]"
/* SCSS */
$brand: #96331f;
/* SwiftUI */
Color(red: 0.588, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#96331f")Accessibility — WCAG contrast
Aa
#96331f on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#96331f on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow79.3%
Key (black)41.2%
Color previews
#96331f text on a black background
contrast 2.79:1
Card sample
#96331f text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96331f;
Background color
Panel with #96331f background
background-color: #96331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96331f; background: linear-gradient(135deg, #96331f, #96821F);