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