#b968fd
a light, electric violet · warm · closest name: slateblue
RGB
185, 104, 253
HSL
273°, 97%, 70%
CMYK
27, 59, 0, 1
Luminance
0.2731
Every format
| HEX | #b968fd |
| RGB | rgb(185, 104, 253) |
| HSL | hsl(273, 97%, 70%) |
| CMYK | cmyk(27%, 59%, 0%, 1%) |
| LAB | lab(59.3 58.5 -62.0) |
| LCH | lch(59.3 85.2 313.4) |
| OKLCH | oklch(0.674 0.218 306.5) |
Copy-ready code
/* CSS */
color: #b968fd;
background-color: #b968fd;
/* Tailwind (arbitrary) */
class="text-[#b968fd] bg-[#b968fd]"
/* SCSS */
$brand: #b968fd;
/* SwiftUI */
Color(red: 0.725, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#b968fd")Accessibility — WCAG contrast
Aa
#b968fd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b968fd on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green40.8%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b968fd text on a black background
contrast 6.46:1
Card sample
#b968fd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b968fd;
Background color
Panel with #b968fd background
background-color: #b968fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b968fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b968fd; background: linear-gradient(135deg, #b968fd, #FD68DE);