#62103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
98, 16, 60
HSL
328°, 72%, 22%
CMYK
0, 84, 39, 62
Luminance
0.0329
Every format
| HEX | #62103c |
| RGB | rgb(98, 16, 60) |
| HSL | hsl(328, 72%, 22%) |
| CMYK | cmyk(0%, 84%, 39%, 62%) |
| LAB | lab(21.2 39.2 -5.5) |
| LCH | lch(21.2 39.6 352.0) |
| OKLCH | oklch(0.337 0.121 353.3) |
Copy-ready code
/* CSS */
color: #62103c;
background-color: #62103c;
/* Tailwind (arbitrary) */
class="text-[#62103c] bg-[#62103c]"
/* SCSS */
$brand: #62103c;
/* SwiftUI */
Color(red: 0.384, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#62103c")Accessibility — WCAG contrast
Aa
#62103c on white: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62103c on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow38.8%
Key (black)61.6%
Color previews
#62103c text on a black background
contrast 1.66:1
Card sample
#62103c text on a white background
contrast 12.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62103c;
Background color
Panel with #62103c background
background-color: #62103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62103c; background: linear-gradient(135deg, #62103c, #621B10);