#997099
a balanced, soft magenta / pink · warm · closest name: plum
RGB
153, 112, 153
HSL
300°, 17%, 52%
CMYK
0, 27, 0, 40
Luminance
0.2066
Every format
| HEX | #997099 |
| RGB | rgb(153, 112, 153) |
| HSL | hsl(300, 17%, 52%) |
| CMYK | cmyk(0%, 27%, 0%, 40%) |
| LAB | lab(52.6 23.4 -15.9) |
| LCH | lch(52.6 28.3 325.9) |
| OKLCH | oklch(0.600 0.077 326.5) |
Copy-ready code
/* CSS */
color: #997099;
background-color: #997099;
/* Tailwind (arbitrary) */
class="text-[#997099] bg-[#997099]"
/* SCSS */
$brand: #997099;
/* SwiftUI */
Color(red: 0.600, green: 0.439, blue: 0.600)
/* Android */
Color.parseColor("#997099")Accessibility — WCAG contrast
Aa
#997099 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997099 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green43.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow0.0%
Key (black)40.0%
Color previews
#997099 text on a black background
contrast 5.13:1
Card sample
#997099 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997099;
Background color
Panel with #997099 background
background-color: #997099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 112, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 112, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997099; background: linear-gradient(135deg, #997099, #99707E);