#950fef
a balanced, electric violet · warm · closest name: blue
RGB
149, 15, 239
HSL
276°, 88%, 50%
CMYK
38, 94, 0, 6
Luminance
0.1296
Every format
| HEX | #950fef |
| RGB | rgb(149, 15, 239) |
| HSL | hsl(276, 88%, 50%) |
| CMYK | cmyk(38%, 94%, 0%, 6%) |
| LAB | lab(42.7 80.2 -81.2) |
| LCH | lch(42.7 114.2 314.6) |
| OKLCH | oklch(0.544 0.279 303.6) |
Copy-ready code
/* CSS */
color: #950fef;
background-color: #950fef;
/* Tailwind (arbitrary) */
class="text-[#950fef] bg-[#950fef]"
/* SCSS */
$brand: #950fef;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.937)
/* Android */
Color.parseColor("#950fef")Accessibility — WCAG contrast
Aa
#950fef on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fef on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue93.7%
CMYK percentages
Cyan37.7%
Magenta93.7%
Yellow0.0%
Key (black)6.3%
Color previews
#950fef text on a black background
contrast 3.59:1
Card sample
#950fef text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fef;
Background color
Panel with #950fef background
background-color: #950fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fef; background: linear-gradient(135deg, #950fef, #EF0FB4);