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