#951b5f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
149, 27, 95
HSL
327°, 69%, 35%
CMYK
0, 82, 36, 42
Luminance
0.0800
Every format
| HEX | #951b5f |
| RGB | rgb(149, 27, 95) |
| HSL | hsl(327, 69%, 35%) |
| CMYK | cmyk(0%, 82%, 36%, 42%) |
| LAB | lab(34.0 53.9 -8.6) |
| LCH | lch(34.0 54.5 350.9) |
| OKLCH | oklch(0.453 0.167 352.4) |
Copy-ready code
/* CSS */
color: #951b5f;
background-color: #951b5f;
/* Tailwind (arbitrary) */
class="text-[#951b5f] bg-[#951b5f]"
/* SCSS */
$brand: #951b5f;
/* SwiftUI */
Color(red: 0.584, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#951b5f")Accessibility — WCAG contrast
Aa
#951b5f on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#951b5f on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green10.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow36.2%
Key (black)41.6%
Color previews
#951b5f text on a black background
contrast 2.60:1
Card sample
#951b5f text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951b5f;
Background color
Panel with #951b5f background
background-color: #951b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951b5f; background: linear-gradient(135deg, #951b5f, #95281B);