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