#951921
a dark, vivid red · warm · closest name: maroon
RGB
149, 25, 33
HSL
356°, 71%, 34%
CMYK
0, 83, 78, 42
Luminance
0.0719
Every format
| HEX | #951921 |
| RGB | rgb(149, 25, 33) |
| HSL | hsl(356, 71%, 34%) |
| CMYK | cmyk(0%, 83%, 78%, 42%) |
| LAB | lab(32.3 49.8 29.2) |
| LCH | lch(32.3 57.7 30.4) |
| OKLCH | oklch(0.435 0.158 24.2) |
Copy-ready code
/* CSS */
color: #951921;
background-color: #951921;
/* Tailwind (arbitrary) */
class="text-[#951921] bg-[#951921]"
/* SCSS */
$brand: #951921;
/* SwiftUI */
Color(red: 0.584, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#951921")Accessibility — WCAG contrast
Aa
#951921 on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#951921 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow77.9%
Key (black)41.6%
Color previews
#951921 text on a black background
contrast 2.44:1
Card sample
#951921 text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951921;
Background color
Panel with #951921 background
background-color: #951921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951921; background: linear-gradient(135deg, #951921, #956419);