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