#742421
a dark, vivid red · warm · closest name: maroon
RGB
116, 36, 33
HSL
2°, 56%, 29%
CMYK
0, 69, 72, 55
Luminance
0.0508
Every format
| HEX | #742421 |
| RGB | rgb(116, 36, 33) |
| HSL | hsl(2, 56%, 29%) |
| CMYK | cmyk(0%, 69%, 72%, 55%) |
| LAB | lab(27.0 34.9 21.4) |
| LCH | lch(27.0 40.9 31.5) |
| OKLCH | oklch(0.384 0.113 26.1) |
Copy-ready code
/* CSS */
color: #742421;
background-color: #742421;
/* Tailwind (arbitrary) */
class="text-[#742421] bg-[#742421]"
/* SCSS */
$brand: #742421;
/* SwiftUI */
Color(red: 0.455, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#742421")Accessibility — WCAG contrast
Aa
#742421 on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#742421 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow71.6%
Key (black)54.5%
Color previews
#742421 text on a black background
contrast 2.02:1
Card sample
#742421 text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #742421;
Background color
Panel with #742421 background
background-color: #742421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #742421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #742421; background: linear-gradient(135deg, #742421, #745B21);