#664458
a dark, soft magenta / pink · warm · closest name: gray
RGB
102, 68, 88
HSL
325°, 20%, 33%
CMYK
0, 33, 14, 60
Luminance
0.0766
Every format
| HEX | #664458 |
| RGB | rgb(102, 68, 88) |
| HSL | hsl(325, 20%, 33%) |
| CMYK | cmyk(0%, 33%, 14%, 60%) |
| LAB | lab(33.3 18.1 -5.9) |
| LCH | lch(33.3 19.0 341.8) |
| OKLCH | oklch(0.432 0.055 343.5) |
Copy-ready code
/* CSS */
color: #664458;
background-color: #664458;
/* Tailwind (arbitrary) */
class="text-[#664458] bg-[#664458]"
/* SCSS */
$brand: #664458;
/* SwiftUI */
Color(red: 0.400, green: 0.267, blue: 0.345)
/* Android */
Color.parseColor("#664458")Accessibility — WCAG contrast
Aa
#664458 on white: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#664458 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green26.7%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow13.7%
Key (black)60.0%
Color previews
#664458 text on a black background
contrast 2.53:1
Card sample
#664458 text on a white background
contrast 8.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #664458;
Background color
Panel with #664458 background
background-color: #664458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #664458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 68, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 68, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #664458; background: linear-gradient(135deg, #664458, #664744);