#960cdb
a balanced, electric violet · warm · closest name: magenta
RGB
150, 12, 219
HSL
280°, 90%, 45%
CMYK
32, 95, 0, 14
Luminance
0.1186
Every format
| HEX | #960cdb |
| RGB | rgb(150, 12, 219) |
| HSL | hsl(280, 90%, 45%) |
| CMYK | cmyk(32%, 95%, 0%, 14%) |
| LAB | lab(41.0 76.8 -72.6) |
| LCH | lch(41.0 105.7 316.6) |
| OKLCH | oklch(0.527 0.264 308.4) |
Copy-ready code
/* CSS */
color: #960cdb;
background-color: #960cdb;
/* Tailwind (arbitrary) */
class="text-[#960cdb] bg-[#960cdb]"
/* SCSS */
$brand: #960cdb;
/* SwiftUI */
Color(red: 0.588, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#960cdb")Accessibility — WCAG contrast
Aa
#960cdb on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#960cdb on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green4.7%
Blue85.9%
CMYK percentages
Cyan31.5%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#960cdb text on a black background
contrast 3.37:1
Card sample
#960cdb text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960cdb;
Background color
Panel with #960cdb background
background-color: #960cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960cdb; background: linear-gradient(135deg, #960cdb, #DB0C96);