#b35dfd
a light, electric violet · warm · closest name: slateblue
RGB
179, 93, 253
HSL
272°, 98%, 68%
CMYK
29, 63, 0, 1
Luminance
0.2450
Every format
| HEX | #b35dfd |
| RGB | rgb(179, 93, 253) |
| HSL | hsl(272, 98%, 68%) |
| CMYK | cmyk(29%, 63%, 0%, 1%) |
| LAB | lab(56.6 62.5 -66.3) |
| LCH | lch(56.6 91.1 313.3) |
| OKLCH | oklch(0.653 0.231 305.6) |
Copy-ready code
/* CSS */
color: #b35dfd;
background-color: #b35dfd;
/* Tailwind (arbitrary) */
class="text-[#b35dfd] bg-[#b35dfd]"
/* SCSS */
$brand: #b35dfd;
/* SwiftUI */
Color(red: 0.702, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b35dfd")Accessibility — WCAG contrast
Aa
#b35dfd on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35dfd on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.5%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b35dfd text on a black background
contrast 5.90:1
Card sample
#b35dfd text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35dfd;
Background color
Panel with #b35dfd background
background-color: #b35dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35dfd; background: linear-gradient(135deg, #b35dfd, #FD5DDC);