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