#950fba
a dark, electric violet · warm · closest name: purple
RGB
149, 15, 186
HSL
287°, 85%, 39%
CMYK
20, 92, 0, 27
Luminance
0.1028
Every format
| HEX | #950fba |
| RGB | rgb(149, 15, 186) |
| HSL | hsl(287, 85%, 39%) |
| CMYK | cmyk(20%, 92%, 0%, 27%) |
| LAB | lab(38.3 70.1 -57.8) |
| LCH | lch(38.3 90.8 320.5) |
| OKLCH | oklch(0.500 0.237 316.4) |
Copy-ready code
/* CSS */
color: #950fba;
background-color: #950fba;
/* Tailwind (arbitrary) */
class="text-[#950fba] bg-[#950fba]"
/* SCSS */
$brand: #950fba;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#950fba")Accessibility — WCAG contrast
Aa
#950fba on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fba on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue72.9%
CMYK percentages
Cyan19.9%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#950fba text on a black background
contrast 3.06:1
Card sample
#950fba text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fba;
Background color
Panel with #950fba background
background-color: #950fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fba; background: linear-gradient(135deg, #950fba, #BA0F6D);