#62083b
a deep, electric magenta / pink · warm · closest name: purple
RGB
98, 8, 59
HSL
326°, 85%, 21%
CMYK
0, 92, 40, 62
Luminance
0.0309
Every format
| HEX | #62083b |
| RGB | rgb(98, 8, 59) |
| HSL | hsl(326, 85%, 21%) |
| CMYK | cmyk(0%, 92%, 40%, 62%) |
| LAB | lab(20.4 41.3 -6.0) |
| LCH | lch(20.4 41.7 351.7) |
| OKLCH | oklch(0.331 0.128 353.1) |
Copy-ready code
/* CSS */
color: #62083b;
background-color: #62083b;
/* Tailwind (arbitrary) */
class="text-[#62083b] bg-[#62083b]"
/* SCSS */
$brand: #62083b;
/* SwiftUI */
Color(red: 0.384, green: 0.031, blue: 0.231)
/* Android */
Color.parseColor("#62083b")Accessibility — WCAG contrast
Aa
#62083b on white: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62083b on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow39.8%
Key (black)61.6%
Color previews
#62083b text on a black background
contrast 1.62:1
Card sample
#62083b text on a white background
contrast 12.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62083b;
Background color
Panel with #62083b background
background-color: #62083b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62083b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 8, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 8, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62083b; background: linear-gradient(135deg, #62083b, #621108);