#997788
a balanced, muted magenta / pink · warm · closest name: gray
RGB
153, 119, 136
HSL
330°, 14%, 53%
CMYK
0, 22, 11, 40
Luminance
0.2174
Every format
| HEX | #997788 |
| RGB | rgb(153, 119, 136) |
| HSL | hsl(330, 14%, 53%) |
| CMYK | cmyk(0%, 22%, 11%, 40%) |
| LAB | lab(53.8 16.1 -4.2) |
| LCH | lch(53.8 16.7 345.6) |
| OKLCH | oklch(0.608 0.049 347.1) |
Copy-ready code
/* CSS */
color: #997788;
background-color: #997788;
/* Tailwind (arbitrary) */
class="text-[#997788] bg-[#997788]"
/* SCSS */
$brand: #997788;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.533)
/* Android */
Color.parseColor("#997788")Accessibility — WCAG contrast
Aa
#997788 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997788 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow11.1%
Key (black)40.0%
Color previews
#997788 text on a black background
contrast 5.35:1
Card sample
#997788 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997788;
Background color
Panel with #997788 background
background-color: #997788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997788; background: linear-gradient(135deg, #997788, #997D77);