#95104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 16, 79
HSL
332°, 81%, 32%
CMYK
0, 89, 47, 42
Luminance
0.0732
Every format
| HEX | #95104f |
| RGB | rgb(149, 16, 79) |
| HSL | hsl(332, 81%, 32%) |
| CMYK | cmyk(0%, 89%, 47%, 42%) |
| LAB | lab(32.5 54.8 -0.3) |
| LCH | lch(32.5 54.8 359.7) |
| OKLCH | oklch(0.441 0.169 359.9) |
Copy-ready code
/* CSS */
color: #95104f;
background-color: #95104f;
/* Tailwind (arbitrary) */
class="text-[#95104f] bg-[#95104f]"
/* SCSS */
$brand: #95104f;
/* SwiftUI */
Color(red: 0.584, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#95104f")Accessibility — WCAG contrast
Aa
#95104f on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#95104f on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow47.0%
Key (black)41.6%
Color previews
#95104f text on a black background
contrast 2.46:1
Card sample
#95104f text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95104f;
Background color
Panel with #95104f background
background-color: #95104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95104f; background: linear-gradient(135deg, #95104f, #952A10);