#941021
a dark, electric red · warm · closest name: maroon
RGB
148, 16, 33
HSL
352°, 81%, 32%
CMYK
0, 89, 78, 42
Luminance
0.0678
Every format
| HEX | #941021 |
| RGB | rgb(148, 16, 33) |
| HSL | hsl(352, 81%, 32%) |
| CMYK | cmyk(0%, 89%, 78%, 42%) |
| LAB | lab(31.3 51.6 28.1) |
| LCH | lch(31.3 58.7 28.6) |
| OKLCH | oklch(0.428 0.163 22.6) |
Copy-ready code
/* CSS */
color: #941021;
background-color: #941021;
/* Tailwind (arbitrary) */
class="text-[#941021] bg-[#941021]"
/* SCSS */
$brand: #941021;
/* SwiftUI */
Color(red: 0.580, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#941021")Accessibility — WCAG contrast
Aa
#941021 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#941021 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow77.7%
Key (black)42.0%
Color previews
#941021 text on a black background
contrast 2.36:1
Card sample
#941021 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941021;
Background color
Panel with #941021 background
background-color: #941021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941021; background: linear-gradient(135deg, #941021, #945710);