#665566
a dark, muted magenta / pink · warm · closest name: gray
RGB
102, 85, 102
HSL
300°, 9%, 37%
CMYK
0, 17, 0, 60
Luminance
0.1028
Every format
| HEX | #665566 |
| RGB | rgb(102, 85, 102) |
| HSL | hsl(300, 9%, 37%) |
| CMYK | cmyk(0%, 17%, 0%, 60%) |
| LAB | lab(38.3 10.3 -7.2) |
| LCH | lch(38.3 12.6 325.3) |
| OKLCH | oklch(0.472 0.034 326.1) |
Copy-ready code
/* CSS */
color: #665566;
background-color: #665566;
/* Tailwind (arbitrary) */
class="text-[#665566] bg-[#665566]"
/* SCSS */
$brand: #665566;
/* SwiftUI */
Color(red: 0.400, green: 0.333, blue: 0.400)
/* Android */
Color.parseColor("#665566")Accessibility — WCAG contrast
Aa
#665566 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665566 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow0.0%
Key (black)60.0%
Color previews
#665566 text on a black background
contrast 3.06:1
Card sample
#665566 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665566;
Background color
Panel with #665566 background
background-color: #665566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 85, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 85, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665566; background: linear-gradient(135deg, #665566, #66555B);