#950b49
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
149, 11, 73
HSL
333°, 86%, 31%
CMYK
0, 93, 51, 42
Luminance
0.0711
Every format
| HEX | #950b49 |
| RGB | rgb(149, 11, 73) |
| HSL | hsl(333, 86%, 31%) |
| CMYK | cmyk(0%, 93%, 51%, 42%) |
| LAB | lab(32.1 55.1 2.9) |
| LCH | lch(32.1 55.2 3.0) |
| OKLCH | oklch(0.437 0.170 2.7) |
Copy-ready code
/* CSS */
color: #950b49;
background-color: #950b49;
/* Tailwind (arbitrary) */
class="text-[#950b49] bg-[#950b49]"
/* SCSS */
$brand: #950b49;
/* SwiftUI */
Color(red: 0.584, green: 0.043, blue: 0.286)
/* Android */
Color.parseColor("#950b49")Accessibility — WCAG contrast
Aa
#950b49 on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950b49 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green4.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow51.0%
Key (black)41.6%
Color previews
#950b49 text on a black background
contrast 2.42:1
Card sample
#950b49 text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950b49;
Background color
Panel with #950b49 background
background-color: #950b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 11, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 11, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950b49; background: linear-gradient(135deg, #950b49, #95290B);