#62425f
a dark, soft magenta / pink · warm · closest name: gray
RGB
98, 66, 95
HSL
306°, 20%, 32%
CMYK
0, 33, 3, 62
Luminance
0.0732
Every format
| HEX | #62425f |
| RGB | rgb(98, 66, 95) |
| HSL | hsl(306, 20%, 32%) |
| CMYK | cmyk(0%, 33%, 3%, 62%) |
| LAB | lab(32.5 19.2 -11.6) |
| LCH | lch(32.5 22.4 328.9) |
| OKLCH | oklch(0.426 0.062 329.9) |
Copy-ready code
/* CSS */
color: #62425f;
background-color: #62425f;
/* Tailwind (arbitrary) */
class="text-[#62425f] bg-[#62425f]"
/* SCSS */
$brand: #62425f;
/* SwiftUI */
Color(red: 0.384, green: 0.259, blue: 0.373)
/* Android */
Color.parseColor("#62425f")Accessibility — WCAG contrast
Aa
#62425f on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62425f on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green25.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow3.1%
Key (black)61.6%
Color previews
#62425f text on a black background
contrast 2.46:1
Card sample
#62425f text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62425f;
Background color
Panel with #62425f background
background-color: #62425f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62425f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 66, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 66, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62425f; background: linear-gradient(135deg, #62425f, #62424A);