#62425c
a dark, soft magenta / pink · warm · closest name: gray
RGB
98, 66, 92
HSL
311°, 20%, 32%
CMYK
0, 33, 6, 62
Luminance
0.0727
Every format
| HEX | #62425c |
| RGB | rgb(98, 66, 92) |
| HSL | hsl(311, 20%, 32%) |
| CMYK | cmyk(0%, 33%, 6%, 62%) |
| LAB | lab(32.4 18.6 -9.8) |
| LCH | lch(32.4 21.0 332.0) |
| OKLCH | oklch(0.425 0.059 333.4) |
Copy-ready code
/* CSS */
color: #62425c;
background-color: #62425c;
/* Tailwind (arbitrary) */
class="text-[#62425c] bg-[#62425c]"
/* SCSS */
$brand: #62425c;
/* SwiftUI */
Color(red: 0.384, green: 0.259, blue: 0.361)
/* Android */
Color.parseColor("#62425c")Accessibility — WCAG contrast
Aa
#62425c on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62425c on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green25.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow6.1%
Key (black)61.6%
Color previews
#62425c text on a black background
contrast 2.45:1
Card sample
#62425c text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62425c;
Background color
Panel with #62425c background
background-color: #62425c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62425c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 66, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 66, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62425c; background: linear-gradient(135deg, #62425c, #624247);