#886688
a balanced, muted magenta / pink · warm · closest name: gray
RGB
136, 102, 136
HSL
300°, 14%, 47%
CMYK
0, 25, 0, 47
Luminance
0.1651
Every format
| HEX | #886688 |
| RGB | rgb(136, 102, 136) |
| HSL | hsl(300, 14%, 47%) |
| CMYK | cmyk(0%, 25%, 0%, 47%) |
| LAB | lab(47.6 19.8 -13.5) |
| LCH | lch(47.6 23.9 325.8) |
| OKLCH | oklch(0.556 0.066 326.4) |
Copy-ready code
/* CSS */
color: #886688;
background-color: #886688;
/* Tailwind (arbitrary) */
class="text-[#886688] bg-[#886688]"
/* SCSS */
$brand: #886688;
/* SwiftUI */
Color(red: 0.533, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#886688")Accessibility — WCAG contrast
Aa
#886688 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886688 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#886688 text on a black background
contrast 4.30:1
Card sample
#886688 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886688;
Background color
Panel with #886688 background
background-color: #886688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886688; background: linear-gradient(135deg, #886688, #886671);