#941621
a dark, vivid red · warm · closest name: maroon
RGB
148, 22, 33
HSL
355°, 74%, 33%
CMYK
0, 85, 78, 42
Luminance
0.0698
Every format
| HEX | #941621 |
| RGB | rgb(148, 22, 33) |
| HSL | hsl(355, 74%, 33%) |
| CMYK | cmyk(0%, 85%, 78%, 42%) |
| LAB | lab(31.8 50.2 28.6) |
| LCH | lch(31.8 57.8 29.7) |
| OKLCH | oklch(0.431 0.159 23.5) |
Copy-ready code
/* CSS */
color: #941621;
background-color: #941621;
/* Tailwind (arbitrary) */
class="text-[#941621] bg-[#941621]"
/* SCSS */
$brand: #941621;
/* SwiftUI */
Color(red: 0.580, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#941621")Accessibility — WCAG contrast
Aa
#941621 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#941621 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow77.7%
Key (black)42.0%
Color previews
#941621 text on a black background
contrast 2.40:1
Card sample
#941621 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941621;
Background color
Panel with #941621 background
background-color: #941621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941621; background: linear-gradient(135deg, #941621, #945F16);