#62092c
a deep, electric magenta / pink · warm · closest name: maroon
RGB
98, 9, 44
HSL
336°, 83%, 21%
CMYK
0, 91, 55, 62
Luminance
0.0297
Every format
| HEX | #62092c |
| RGB | rgb(98, 9, 44) |
| HSL | hsl(336, 83%, 21%) |
| CMYK | cmyk(0%, 91%, 55%, 62%) |
| LAB | lab(19.9 39.5 3.9) |
| LCH | lch(19.9 39.7 5.7) |
| OKLCH | oklch(0.326 0.121 4.9) |
Copy-ready code
/* CSS */
color: #62092c;
background-color: #62092c;
/* Tailwind (arbitrary) */
class="text-[#62092c] bg-[#62092c]"
/* SCSS */
$brand: #62092c;
/* SwiftUI */
Color(red: 0.384, green: 0.035, blue: 0.173)
/* Android */
Color.parseColor("#62092c")Accessibility — WCAG contrast
Aa
#62092c on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62092c on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow55.1%
Key (black)61.6%
Color previews
#62092c text on a black background
contrast 1.59:1
Card sample
#62092c text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62092c;
Background color
Panel with #62092c background
background-color: #62092c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62092c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 9, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 9, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62092c; background: linear-gradient(135deg, #62092c, #622109);