#952991
a dark, vivid magenta / pink · warm · closest name: purple
RGB
149, 41, 145
HSL
302°, 57%, 37%
CMYK
0, 73, 3, 42
Luminance
0.1002
Every format
| HEX | #952991 |
| RGB | rgb(149, 41, 145) |
| HSL | hsl(302, 57%, 37%) |
| CMYK | cmyk(0%, 73%, 3%, 42%) |
| LAB | lab(37.9 56.5 -33.9) |
| LCH | lch(37.9 65.9 329.0) |
| OKLCH | oklch(0.489 0.185 329.6) |
Copy-ready code
/* CSS */
color: #952991;
background-color: #952991;
/* Tailwind (arbitrary) */
class="text-[#952991] bg-[#952991]"
/* SCSS */
$brand: #952991;
/* SwiftUI */
Color(red: 0.584, green: 0.161, blue: 0.569)
/* Android */
Color.parseColor("#952991")Accessibility — WCAG contrast
Aa
#952991 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#952991 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green16.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow2.7%
Key (black)41.6%
Color previews
#952991 text on a black background
contrast 3.00:1
Card sample
#952991 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952991;
Background color
Panel with #952991 background
background-color: #952991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 41, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 41, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952991; background: linear-gradient(135deg, #952991, #952949);