#942421
a dark, vivid red · warm · closest name: maroon
RGB
148, 36, 33
HSL
2°, 64%, 36%
CMYK
0, 76, 78, 42
Luminance
0.0767
Every format
| HEX | #942421 |
| RGB | rgb(148, 36, 33) |
| HSL | hsl(2, 64%, 36%) |
| CMYK | cmyk(0%, 76%, 78%, 42%) |
| LAB | lab(33.3 46.0 30.3) |
| LCH | lch(33.3 55.0 33.4) |
| OKLCH | oklch(0.443 0.148 26.9) |
Copy-ready code
/* CSS */
color: #942421;
background-color: #942421;
/* Tailwind (arbitrary) */
class="text-[#942421] bg-[#942421]"
/* SCSS */
$brand: #942421;
/* SwiftUI */
Color(red: 0.580, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#942421")Accessibility — WCAG contrast
Aa
#942421 on white: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#942421 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow77.7%
Key (black)42.0%
Color previews
#942421 text on a black background
contrast 2.53:1
Card sample
#942421 text on a white background
contrast 8.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #942421;
Background color
Panel with #942421 background
background-color: #942421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #942421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #942421; background: linear-gradient(135deg, #942421, #947121);