#62122c
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
98, 18, 44
HSL
341°, 69%, 23%
CMYK
0, 82, 55, 62
Luminance
0.0321
Every format
| HEX | #62122c |
| RGB | rgb(98, 18, 44) |
| HSL | hsl(341, 69%, 23%) |
| CMYK | cmyk(0%, 82%, 55%, 62%) |
| LAB | lab(20.9 36.9 5.2) |
| LCH | lch(20.9 37.2 8.1) |
| OKLCH | oklch(0.333 0.113 6.9) |
Copy-ready code
/* CSS */
color: #62122c;
background-color: #62122c;
/* Tailwind (arbitrary) */
class="text-[#62122c] bg-[#62122c]"
/* SCSS */
$brand: #62122c;
/* SwiftUI */
Color(red: 0.384, green: 0.071, blue: 0.173)
/* Android */
Color.parseColor("#62122c")Accessibility — WCAG contrast
Aa
#62122c on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62122c on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green7.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow55.1%
Key (black)61.6%
Color previews
#62122c text on a black background
contrast 1.64:1
Card sample
#62122c text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62122c;
Background color
Panel with #62122c background
background-color: #62122c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62122c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 18, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 18, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62122c; background: linear-gradient(135deg, #62122c, #622D12);