#b35dfb
a light, electric violet · warm · closest name: slateblue
RGB
179, 93, 251
HSL
273°, 95%, 68%
CMYK
29, 63, 0, 2
Luminance
0.2438
Every format
| HEX | #b35dfb |
| RGB | rgb(179, 93, 251) |
| HSL | hsl(273, 95%, 68%) |
| CMYK | cmyk(29%, 63%, 0%, 2%) |
| LAB | lab(56.5 62.1 -65.4) |
| LCH | lch(56.5 90.2 313.5) |
| OKLCH | oklch(0.652 0.229 306.0) |
Copy-ready code
/* CSS */
color: #b35dfb;
background-color: #b35dfb;
/* Tailwind (arbitrary) */
class="text-[#b35dfb] bg-[#b35dfb]"
/* SCSS */
$brand: #b35dfb;
/* SwiftUI */
Color(red: 0.702, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#b35dfb")Accessibility — WCAG contrast
Aa
#b35dfb on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35dfb on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.5%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#b35dfb text on a black background
contrast 5.88:1
Card sample
#b35dfb text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35dfb;
Background color
Panel with #b35dfb background
background-color: #b35dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35dfb; background: linear-gradient(135deg, #b35dfb, #FB5DDA);