#950fda
a balanced, electric violet · warm · closest name: magenta
RGB
149, 15, 218
HSL
280°, 87%, 46%
CMYK
32, 93, 0, 15
Luminance
0.1179
Every format
| HEX | #950fda |
| RGB | rgb(149, 15, 218) |
| HSL | hsl(280, 87%, 46%) |
| CMYK | cmyk(32%, 93%, 0%, 15%) |
| LAB | lab(40.9 76.1 -72.3) |
| LCH | lch(40.9 104.9 316.5) |
| OKLCH | oklch(0.526 0.262 308.2) |
Copy-ready code
/* CSS */
color: #950fda;
background-color: #950fda;
/* Tailwind (arbitrary) */
class="text-[#950fda] bg-[#950fda]"
/* SCSS */
$brand: #950fda;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.855)
/* Android */
Color.parseColor("#950fda")Accessibility — WCAG contrast
Aa
#950fda on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fda on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue85.5%
CMYK percentages
Cyan31.7%
Magenta93.1%
Yellow0.0%
Key (black)14.5%
Color previews
#950fda text on a black background
contrast 3.36:1
Card sample
#950fda text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fda;
Background color
Panel with #950fda background
background-color: #950fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fda; background: linear-gradient(135deg, #950fda, #DA0F98);