#950baf
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 11, 175
HSL
291°, 88%, 37%
CMYK
15, 94, 0, 31
Luminance
0.0972
Every format
| HEX | #950baf |
| RGB | rgb(149, 11, 175) |
| HSL | hsl(291, 88%, 37%) |
| CMYK | cmyk(15%, 94%, 0%, 31%) |
| LAB | lab(37.3 68.7 -52.9) |
| LCH | lch(37.3 86.7 322.4) |
| OKLCH | oklch(0.491 0.230 319.7) |
Copy-ready code
/* CSS */
color: #950baf;
background-color: #950baf;
/* Tailwind (arbitrary) */
class="text-[#950baf] bg-[#950baf]"
/* SCSS */
$brand: #950baf;
/* SwiftUI */
Color(red: 0.584, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#950baf")Accessibility — WCAG contrast
Aa
#950baf on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950baf on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green4.3%
Blue68.6%
CMYK percentages
Cyan14.9%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#950baf text on a black background
contrast 2.94:1
Card sample
#950baf text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950baf;
Background color
Panel with #950baf background
background-color: #950baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950baf; background: linear-gradient(135deg, #950baf, #AF0B5C);