#950fdf
a balanced, electric violet · warm · closest name: magenta
RGB
149, 15, 223
HSL
279°, 87%, 47%
CMYK
33, 93, 0, 13
Luminance
0.1206
Every format
| HEX | #950fdf |
| RGB | rgb(149, 15, 223) |
| HSL | hsl(279, 87%, 47%) |
| CMYK | cmyk(33%, 93%, 0%, 13%) |
| LAB | lab(41.3 77.1 -74.4) |
| LCH | lch(41.3 107.1 316.0) |
| OKLCH | oklch(0.530 0.266 307.0) |
Copy-ready code
/* CSS */
color: #950fdf;
background-color: #950fdf;
/* Tailwind (arbitrary) */
class="text-[#950fdf] bg-[#950fdf]"
/* SCSS */
$brand: #950fdf;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#950fdf")Accessibility — WCAG contrast
Aa
#950fdf on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fdf on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#950fdf text on a black background
contrast 3.41:1
Card sample
#950fdf text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fdf;
Background color
Panel with #950fdf background
background-color: #950fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fdf; background: linear-gradient(135deg, #950fdf, #DF0F9E);