#996691
a balanced, soft magenta / pink · warm · closest name: plum
RGB
153, 102, 145
HSL
309°, 20%, 50%
CMYK
0, 33, 5, 40
Luminance
0.1832
Every format
| HEX | #996691 |
| RGB | rgb(153, 102, 145) |
| HSL | hsl(309, 20%, 50%) |
| CMYK | cmyk(0%, 33%, 5%, 40%) |
| LAB | lab(49.9 27.6 -15.3) |
| LCH | lch(49.9 31.5 331.1) |
| OKLCH | oklch(0.579 0.088 332.4) |
Copy-ready code
/* CSS */
color: #996691;
background-color: #996691;
/* Tailwind (arbitrary) */
class="text-[#996691] bg-[#996691]"
/* SCSS */
$brand: #996691;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.569)
/* Android */
Color.parseColor("#996691")Accessibility — WCAG contrast
Aa
#996691 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996691 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow5.2%
Key (black)40.0%
Color previews
#996691 text on a black background
contrast 4.66:1
Card sample
#996691 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996691;
Background color
Panel with #996691 background
background-color: #996691;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996691;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996691; background: linear-gradient(135deg, #996691, #99666F);