#950fac
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 15, 172
HSL
291°, 84%, 37%
CMYK
13, 91, 0, 33
Luminance
0.0971
Every format
| HEX | #950fac |
| RGB | rgb(149, 15, 172) |
| HSL | hsl(291, 84%, 37%) |
| CMYK | cmyk(13%, 91%, 0%, 33%) |
| LAB | lab(37.3 67.6 -51.1) |
| LCH | lch(37.3 84.8 322.9) |
| OKLCH | oklch(0.490 0.227 320.6) |
Copy-ready code
/* CSS */
color: #950fac;
background-color: #950fac;
/* Tailwind (arbitrary) */
class="text-[#950fac] bg-[#950fac]"
/* SCSS */
$brand: #950fac;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#950fac")Accessibility — WCAG contrast
Aa
#950fac on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950fac on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue67.5%
CMYK percentages
Cyan13.4%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#950fac text on a black background
contrast 2.94:1
Card sample
#950fac text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fac;
Background color
Panel with #950fac background
background-color: #950fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fac; background: linear-gradient(135deg, #950fac, #AC0F5A);