#951b7a
a dark, vivid magenta / pink · warm · closest name: purple
RGB
149, 27, 122
HSL
313°, 69%, 35%
CMYK
0, 82, 18, 42
Luminance
0.0858
Every format
| HEX | #951b7a |
| RGB | rgb(149, 27, 122) |
| HSL | hsl(313, 69%, 35%) |
| CMYK | cmyk(0%, 82%, 18%, 42%) |
| LAB | lab(35.2 57.3 -23.9) |
| LCH | lch(35.2 62.1 337.3) |
| OKLCH | oklch(0.465 0.182 339.2) |
Copy-ready code
/* CSS */
color: #951b7a;
background-color: #951b7a;
/* Tailwind (arbitrary) */
class="text-[#951b7a] bg-[#951b7a]"
/* SCSS */
$brand: #951b7a;
/* SwiftUI */
Color(red: 0.584, green: 0.106, blue: 0.478)
/* Android */
Color.parseColor("#951b7a")Accessibility — WCAG contrast
Aa
#951b7a on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#951b7a on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green10.6%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow18.1%
Key (black)41.6%
Color previews
#951b7a text on a black background
contrast 2.72:1
Card sample
#951b7a text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951b7a;
Background color
Panel with #951b7a background
background-color: #951b7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951b7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 27, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 27, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951b7a; background: linear-gradient(135deg, #951b7a, #951B29);