#951b21
a dark, vivid red · warm · closest name: maroon
RGB
149, 27, 33
HSL
357°, 69%, 35%
CMYK
0, 82, 78, 42
Luminance
0.0728
Every format
| HEX | #951b21 |
| RGB | rgb(149, 27, 33) |
| HSL | hsl(357, 69%, 35%) |
| CMYK | cmyk(0%, 82%, 78%, 42%) |
| LAB | lab(32.5 49.2 29.4) |
| LCH | lch(32.5 57.3 30.9) |
| OKLCH | oklch(0.437 0.157 24.6) |
Copy-ready code
/* CSS */
color: #951b21;
background-color: #951b21;
/* Tailwind (arbitrary) */
class="text-[#951b21] bg-[#951b21]"
/* SCSS */
$brand: #951b21;
/* SwiftUI */
Color(red: 0.584, green: 0.106, blue: 0.129)
/* Android */
Color.parseColor("#951b21")Accessibility — WCAG contrast
Aa
#951b21 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#951b21 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green10.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow77.9%
Key (black)41.6%
Color previews
#951b21 text on a black background
contrast 2.46:1
Card sample
#951b21 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951b21;
Background color
Panel with #951b21 background
background-color: #951b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 27, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 27, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951b21; background: linear-gradient(135deg, #951b21, #95661B);