#664460
a dark, soft magenta / pink · warm · closest name: gray
RGB
102, 68, 96
HSL
311°, 20%, 33%
CMYK
0, 33, 6, 60
Luminance
0.0780
Every format
| HEX | #664460 |
| RGB | rgb(102, 68, 96) |
| HSL | hsl(311, 20%, 33%) |
| CMYK | cmyk(0%, 33%, 6%, 60%) |
| LAB | lab(33.6 19.6 -10.6) |
| LCH | lch(33.6 22.3 331.7) |
| OKLCH | oklch(0.435 0.063 333.0) |
Copy-ready code
/* CSS */
color: #664460;
background-color: #664460;
/* Tailwind (arbitrary) */
class="text-[#664460] bg-[#664460]"
/* SCSS */
$brand: #664460;
/* SwiftUI */
Color(red: 0.400, green: 0.267, blue: 0.376)
/* Android */
Color.parseColor("#664460")Accessibility — WCAG contrast
Aa
#664460 on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#664460 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green26.7%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow5.9%
Key (black)60.0%
Color previews
#664460 text on a black background
contrast 2.56:1
Card sample
#664460 text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #664460;
Background color
Panel with #664460 background
background-color: #664460;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #664460;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 68, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 68, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #664460; background: linear-gradient(135deg, #664460, #664449);