#b960fd
a light, electric violet · warm · closest name: slateblue
RGB
185, 96, 253
HSL
274°, 98%, 68%
CMYK
27, 62, 0, 1
Luminance
0.2577
Every format
| HEX | #b960fd |
| RGB | rgb(185, 96, 253) |
| HSL | hsl(274, 98%, 68%) |
| CMYK | cmyk(27%, 62%, 0%, 1%) |
| LAB | lab(57.8 62.4 -64.3) |
| LCH | lch(57.8 89.6 314.1) |
| OKLCH | oklch(0.663 0.229 307.4) |
Copy-ready code
/* CSS */
color: #b960fd;
background-color: #b960fd;
/* Tailwind (arbitrary) */
class="text-[#b960fd] bg-[#b960fd]"
/* SCSS */
$brand: #b960fd;
/* SwiftUI */
Color(red: 0.725, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#b960fd")Accessibility — WCAG contrast
Aa
#b960fd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b960fd on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green37.6%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b960fd text on a black background
contrast 6.15:1
Card sample
#b960fd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b960fd;
Background color
Panel with #b960fd background
background-color: #b960fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b960fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b960fd; background: linear-gradient(135deg, #b960fd, #FD60D8);