#950296
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 2, 150
HSL
300°, 97%, 30%
CMYK
1, 99, 0, 41
Luminance
0.0863
Every format
| HEX | #950296 |
| RGB | rgb(149, 2, 150) |
| HSL | hsl(300, 97%, 30%) |
| CMYK | cmyk(1%, 99%, 0%, 41%) |
| LAB | lab(35.3 65.7 -41.1) |
| LCH | lch(35.3 77.5 328.0) |
| OKLCH | oklch(0.471 0.216 328.0) |
Copy-ready code
/* CSS */
color: #950296;
background-color: #950296;
/* Tailwind (arbitrary) */
class="text-[#950296] bg-[#950296]"
/* SCSS */
$brand: #950296;
/* SwiftUI */
Color(red: 0.584, green: 0.008, blue: 0.588)
/* Android */
Color.parseColor("#950296")Accessibility — WCAG contrast
Aa
#950296 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950296 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green0.8%
Blue58.8%
CMYK percentages
Cyan0.7%
Magenta98.7%
Yellow0.0%
Key (black)41.2%
Color previews
#950296 text on a black background
contrast 2.73:1
Card sample
#950296 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950296;
Background color
Panel with #950296 background
background-color: #950296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 2, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 2, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950296; background: linear-gradient(135deg, #950296, #960234);