#b35bfd
a light, electric violet · warm · closest name: slateblue
RGB
179, 91, 253
HSL
273°, 98%, 68%
CMYK
29, 64, 0, 1
Luminance
0.2416
Every format
| HEX | #b35bfd |
| RGB | rgb(179, 91, 253) |
| HSL | hsl(273, 98%, 68%) |
| CMYK | cmyk(29%, 64%, 0%, 1%) |
| LAB | lab(56.3 63.5 -66.9) |
| LCH | lch(56.3 92.2 313.5) |
| OKLCH | oklch(0.650 0.234 305.8) |
Copy-ready code
/* CSS */
color: #b35bfd;
background-color: #b35bfd;
/* Tailwind (arbitrary) */
class="text-[#b35bfd] bg-[#b35bfd]"
/* SCSS */
$brand: #b35bfd;
/* SwiftUI */
Color(red: 0.702, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#b35bfd")Accessibility — WCAG contrast
Aa
#b35bfd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35bfd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green35.7%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b35bfd text on a black background
contrast 5.83:1
Card sample
#b35bfd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35bfd;
Background color
Panel with #b35bfd background
background-color: #b35bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35bfd; background: linear-gradient(135deg, #b35bfd, #FD5BDB);