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