#b96dfb
a light, electric violet · warm · closest name: slateblue
RGB
185, 109, 251
HSL
272°, 95%, 71%
CMYK
26, 57, 0, 2
Luminance
0.2822
Every format
| HEX | #b96dfb |
| RGB | rgb(185, 109, 251) |
| HSL | hsl(272, 95%, 71%) |
| CMYK | cmyk(26%, 57%, 0%, 2%) |
| LAB | lab(60.1 55.5 -59.5) |
| LCH | lch(60.1 81.4 313.0) |
| OKLCH | oklch(0.679 0.208 306.3) |
Copy-ready code
/* CSS */
color: #b96dfb;
background-color: #b96dfb;
/* Tailwind (arbitrary) */
class="text-[#b96dfb] bg-[#b96dfb]"
/* SCSS */
$brand: #b96dfb;
/* SwiftUI */
Color(red: 0.725, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#b96dfb")Accessibility — WCAG contrast
Aa
#b96dfb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96dfb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan26.3%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b96dfb text on a black background
contrast 6.64:1
Card sample
#b96dfb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96dfb;
Background color
Panel with #b96dfb background
background-color: #b96dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96dfb; background: linear-gradient(135deg, #b96dfb, #FB6DDE);