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