#98251c
a dark, vivid red · warm · closest name: maroon
RGB
152, 37, 28
HSL
4°, 69%, 35%
CMYK
0, 76, 82, 40
Luminance
0.0808
Every format
| HEX | #98251c |
| RGB | rgb(152, 37, 28) |
| HSL | hsl(4, 69%, 35%) |
| CMYK | cmyk(0%, 76%, 82%, 40%) |
| LAB | lab(34.2 46.7 34.3) |
| LCH | lch(34.2 58.0 36.3) |
| OKLCH | oklch(0.450 0.152 29.1) |
Copy-ready code
/* CSS */
color: #98251c;
background-color: #98251c;
/* Tailwind (arbitrary) */
class="text-[#98251c] bg-[#98251c]"
/* SCSS */
$brand: #98251c;
/* SwiftUI */
Color(red: 0.596, green: 0.145, blue: 0.110)
/* Android */
Color.parseColor("#98251c")Accessibility — WCAG contrast
Aa
#98251c on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#98251c on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green14.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow81.6%
Key (black)40.4%
Color previews
#98251c text on a black background
contrast 2.62:1
Card sample
#98251c text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98251c;
Background color
Panel with #98251c background
background-color: #98251c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98251c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 37, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 37, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98251c; background: linear-gradient(135deg, #98251c, #98781C);