#997b8f
a balanced, muted magenta / pink · warm · closest name: gray
RGB
153, 123, 143
HSL
320°, 13%, 54%
CMYK
0, 20, 7, 40
Luminance
0.2292
Every format
| HEX | #997b8f |
| RGB | rgb(153, 123, 143) |
| HSL | hsl(320, 13%, 54%) |
| CMYK | cmyk(0%, 20%, 7%, 40%) |
| LAB | lab(55.0 15.1 -6.4) |
| LCH | lch(55.0 16.4 337.1) |
| OKLCH | oklch(0.618 0.047 338.7) |
Copy-ready code
/* CSS */
color: #997b8f;
background-color: #997b8f;
/* Tailwind (arbitrary) */
class="text-[#997b8f] bg-[#997b8f]"
/* SCSS */
$brand: #997b8f;
/* SwiftUI */
Color(red: 0.600, green: 0.482, blue: 0.561)
/* Android */
Color.parseColor("#997b8f")Accessibility — WCAG contrast
Aa
#997b8f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997b8f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green48.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow6.5%
Key (black)40.0%
Color previews
#997b8f text on a black background
contrast 5.58:1
Card sample
#997b8f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997b8f;
Background color
Panel with #997b8f background
background-color: #997b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 123, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 123, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997b8f; background: linear-gradient(135deg, #997b8f, #997B7B);