#997793
a balanced, muted magenta / pink · warm · closest name: gray
RGB
153, 119, 147
HSL
311°, 14%, 53%
CMYK
0, 22, 4, 40
Luminance
0.2207
Every format
| HEX | #997793 |
| RGB | rgb(153, 119, 147) |
| HSL | hsl(311, 14%, 53%) |
| CMYK | cmyk(0%, 22%, 4%, 40%) |
| LAB | lab(54.1 18.2 -10.1) |
| LCH | lch(54.1 20.8 331.1) |
| OKLCH | oklch(0.611 0.058 332.4) |
Copy-ready code
/* CSS */
color: #997793;
background-color: #997793;
/* Tailwind (arbitrary) */
class="text-[#997793] bg-[#997793]"
/* SCSS */
$brand: #997793;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.576)
/* Android */
Color.parseColor("#997793")Accessibility — WCAG contrast
Aa
#997793 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997793 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow3.9%
Key (black)40.0%
Color previews
#997793 text on a black background
contrast 5.41:1
Card sample
#997793 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997793;
Background color
Panel with #997793 background
background-color: #997793;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997793;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997793; background: linear-gradient(135deg, #997793, #99777C);