#b968fe
a light, electric violet · warm · closest name: slateblue
RGB
185, 104, 254
HSL
272°, 99%, 70%
CMYK
27, 59, 0, 0
Luminance
0.2737
Every format
| HEX | #b968fe |
| RGB | rgb(185, 104, 254) |
| HSL | hsl(272, 99%, 70%) |
| CMYK | cmyk(27%, 59%, 0%, 0%) |
| LAB | lab(59.3 58.7 -62.4) |
| LCH | lch(59.3 85.7 313.2) |
| OKLCH | oklch(0.674 0.219 306.3) |
Copy-ready code
/* CSS */
color: #b968fe;
background-color: #b968fe;
/* Tailwind (arbitrary) */
class="text-[#b968fe] bg-[#b968fe]"
/* SCSS */
$brand: #b968fe;
/* SwiftUI */
Color(red: 0.725, green: 0.408, blue: 0.996)
/* Android */
Color.parseColor("#b968fe")Accessibility — WCAG contrast
Aa
#b968fe on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b968fe on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green40.8%
Blue99.6%
CMYK percentages
Cyan27.2%
Magenta59.1%
Yellow0.0%
Key (black)0.4%
Color previews
#b968fe text on a black background
contrast 6.47:1
Card sample
#b968fe text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b968fe;
Background color
Panel with #b968fe background
background-color: #b968fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b968fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 104, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 104, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b968fe; background: linear-gradient(135deg, #b968fe, #FE68DF);