#950df1
a balanced, electric violet · warm · closest name: blue
RGB
149, 13, 241
HSL
276°, 90%, 50%
CMYK
38, 95, 0, 6
Luminance
0.1303
Every format
| HEX | #950df1 |
| RGB | rgb(149, 13, 241) |
| HSL | hsl(276, 90%, 50%) |
| CMYK | cmyk(38%, 95%, 0%, 6%) |
| LAB | lab(42.8 80.8 -82.2) |
| LCH | lch(42.8 115.3 314.5) |
| OKLCH | oklch(0.545 0.281 303.2) |
Copy-ready code
/* CSS */
color: #950df1;
background-color: #950df1;
/* Tailwind (arbitrary) */
class="text-[#950df1] bg-[#950df1]"
/* SCSS */
$brand: #950df1;
/* SwiftUI */
Color(red: 0.584, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#950df1")Accessibility — WCAG contrast
Aa
#950df1 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950df1 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.1%
Blue94.5%
CMYK percentages
Cyan38.2%
Magenta94.6%
Yellow0.0%
Key (black)5.5%
Color previews
#950df1 text on a black background
contrast 3.61:1
Card sample
#950df1 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950df1;
Background color
Panel with #950df1 background
background-color: #950df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950df1; background: linear-gradient(135deg, #950df1, #F10DB5);