#98331c
a dark, vivid red · warm · closest name: maroon
RGB
152, 51, 28
HSL
11°, 69%, 35%
CMYK
0, 66, 82, 40
Luminance
0.0913
Every format
| HEX | #98331c |
| RGB | rgb(152, 51, 28) |
| HSL | hsl(11, 69%, 35%) |
| CMYK | cmyk(0%, 66%, 82%, 40%) |
| LAB | lab(36.2 41.1 36.4) |
| LCH | lch(36.2 54.9 41.5) |
| OKLCH | oklch(0.466 0.140 34.2) |
Copy-ready code
/* CSS */
color: #98331c;
background-color: #98331c;
/* Tailwind (arbitrary) */
class="text-[#98331c] bg-[#98331c]"
/* SCSS */
$brand: #98331c;
/* SwiftUI */
Color(red: 0.596, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#98331c")Accessibility — WCAG contrast
Aa
#98331c on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#98331c on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow81.6%
Key (black)40.4%
Color previews
#98331c text on a black background
contrast 2.83:1
Card sample
#98331c text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98331c;
Background color
Panel with #98331c background
background-color: #98331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98331c; background: linear-gradient(135deg, #98331c, #98861C);