#996677
a balanced, soft magenta / pink · warm · closest name: gray
RGB
153, 102, 119
HSL
340°, 20%, 50%
CMYK
0, 33, 22, 40
Luminance
0.1761
Every format
| HEX | #996677 |
| RGB | rgb(153, 102, 119) |
| HSL | hsl(340, 20%, 50%) |
| CMYK | cmyk(0%, 33%, 22%, 40%) |
| LAB | lab(49.0 23.1 -1.1) |
| LCH | lch(49.0 23.1 357.3) |
| OKLCH | oklch(0.569 0.069 357.9) |
Copy-ready code
/* CSS */
color: #996677;
background-color: #996677;
/* Tailwind (arbitrary) */
class="text-[#996677] bg-[#996677]"
/* SCSS */
$brand: #996677;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#996677")Accessibility — WCAG contrast
Aa
#996677 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996677 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow22.2%
Key (black)40.0%
Color previews
#996677 text on a black background
contrast 4.52:1
Card sample
#996677 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996677;
Background color
Panel with #996677 background
background-color: #996677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996677; background: linear-gradient(135deg, #996677, #997766);