#62104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
98, 16, 79
HSL
314°, 72%, 22%
CMYK
0, 84, 19, 62
Luminance
0.0353
Every format
| HEX | #62104f |
| RGB | rgb(98, 16, 79) |
| HSL | hsl(314, 72%, 22%) |
| CMYK | cmyk(0%, 84%, 19%, 62%) |
| LAB | lab(22.1 41.8 -17.2) |
| LCH | lch(22.1 45.2 337.7) |
| OKLCH | oklch(0.346 0.133 339.5) |
Copy-ready code
/* CSS */
color: #62104f;
background-color: #62104f;
/* Tailwind (arbitrary) */
class="text-[#62104f] bg-[#62104f]"
/* SCSS */
$brand: #62104f;
/* SwiftUI */
Color(red: 0.384, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#62104f")Accessibility — WCAG contrast
Aa
#62104f on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62104f on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow19.4%
Key (black)61.6%
Color previews
#62104f text on a black background
contrast 1.71:1
Card sample
#62104f text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62104f;
Background color
Panel with #62104f background
background-color: #62104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62104f; background: linear-gradient(135deg, #62104f, #621018);