#962eef
a balanced, electric violet · warm · closest name: magenta
RGB
150, 46, 239
HSL
272°, 86%, 56%
CMYK
37, 81, 0, 6
Luminance
0.1467
Every format
| HEX | #962eef |
| RGB | rgb(150, 46, 239) |
| HSL | hsl(272, 86%, 56%) |
| CMYK | cmyk(37%, 81%, 0%, 6%) |
| LAB | lab(45.2 73.4 -77.2) |
| LCH | lch(45.2 106.5 313.6) |
| OKLCH | oklch(0.561 0.262 302.7) |
Copy-ready code
/* CSS */
color: #962eef;
background-color: #962eef;
/* Tailwind (arbitrary) */
class="text-[#962eef] bg-[#962eef]"
/* SCSS */
$brand: #962eef;
/* SwiftUI */
Color(red: 0.588, green: 0.180, blue: 0.937)
/* Android */
Color.parseColor("#962eef")Accessibility — WCAG contrast
Aa
#962eef on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962eef on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.0%
Blue93.7%
CMYK percentages
Cyan37.2%
Magenta80.8%
Yellow0.0%
Key (black)6.3%
Color previews
#962eef text on a black background
contrast 3.93:1
Card sample
#962eef text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962eef;
Background color
Panel with #962eef background
background-color: #962eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 46, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 46, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962eef; background: linear-gradient(135deg, #962eef, #EF2EC7);