#742425
a dark, vivid red · warm · closest name: maroon
RGB
116, 36, 37
HSL
359°, 53%, 30%
CMYK
0, 69, 68, 55
Luminance
0.0511
Every format
| HEX | #742425 |
| RGB | rgb(116, 36, 37) |
| HSL | hsl(359, 53%, 30%) |
| CMYK | cmyk(0%, 69%, 68%, 55%) |
| LAB | lab(27.0 35.1 18.9) |
| LCH | lch(27.0 39.9 28.3) |
| OKLCH | oklch(0.385 0.113 23.4) |
Copy-ready code
/* CSS */
color: #742425;
background-color: #742425;
/* Tailwind (arbitrary) */
class="text-[#742425] bg-[#742425]"
/* SCSS */
$brand: #742425;
/* SwiftUI */
Color(red: 0.455, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#742425")Accessibility — WCAG contrast
Aa
#742425 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#742425 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow68.1%
Key (black)54.5%
Color previews
#742425 text on a black background
contrast 2.02:1
Card sample
#742425 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #742425;
Background color
Panel with #742425 background
background-color: #742425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #742425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #742425; background: linear-gradient(135deg, #742425, #745824);