#950f49
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
149, 15, 73
HSL
334°, 82%, 32%
CMYK
0, 90, 51, 42
Luminance
0.0721
Every format
| HEX | #950f49 |
| RGB | rgb(149, 15, 73) |
| HSL | hsl(334, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 51%, 42%) |
| LAB | lab(32.3 54.5 3.3) |
| LCH | lch(32.3 54.5 3.4) |
| OKLCH | oklch(0.438 0.168 3.0) |
Copy-ready code
/* CSS */
color: #950f49;
background-color: #950f49;
/* Tailwind (arbitrary) */
class="text-[#950f49] bg-[#950f49]"
/* SCSS */
$brand: #950f49;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#950f49")Accessibility — WCAG contrast
Aa
#950f49 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950f49 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow51.0%
Key (black)41.6%
Color previews
#950f49 text on a black background
contrast 2.44:1
Card sample
#950f49 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950f49;
Background color
Panel with #950f49 background
background-color: #950f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950f49; background: linear-gradient(135deg, #950f49, #952E0F);