#962df0
a balanced, electric violet · warm · closest name: blue
RGB
150, 45, 240
HSL
272°, 87%, 56%
CMYK
38, 81, 0, 6
Luminance
0.1465
Every format
| HEX | #962df0 |
| RGB | rgb(150, 45, 240) |
| HSL | hsl(272, 87%, 56%) |
| CMYK | cmyk(38%, 81%, 0%, 6%) |
| LAB | lab(45.1 73.9 -77.8) |
| LCH | lch(45.1 107.3 313.6) |
| OKLCH | oklch(0.561 0.264 302.5) |
Copy-ready code
/* CSS */
color: #962df0;
background-color: #962df0;
/* Tailwind (arbitrary) */
class="text-[#962df0] bg-[#962df0]"
/* SCSS */
$brand: #962df0;
/* SwiftUI */
Color(red: 0.588, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#962df0")Accessibility — WCAG contrast
Aa
#962df0 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962df0 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green17.6%
Blue94.1%
CMYK percentages
Cyan37.5%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#962df0 text on a black background
contrast 3.93:1
Card sample
#962df0 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962df0;
Background color
Panel with #962df0 background
background-color: #962df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962df0; background: linear-gradient(135deg, #962df0, #F02DC8);