#b36dfd
a light, electric violet · warm · closest name: slateblue
RGB
179, 109, 253
HSL
269°, 97%, 71%
CMYK
29, 57, 0, 1
Luminance
0.2761
Every format
| HEX | #b36dfd |
| RGB | rgb(179, 109, 253) |
| HSL | hsl(269, 97%, 71%) |
| CMYK | cmyk(29%, 57%, 0%, 1%) |
| LAB | lab(59.5 54.6 -61.6) |
| LCH | lch(59.5 82.3 311.6) |
| OKLCH | oklch(0.674 0.209 303.7) |
Copy-ready code
/* CSS */
color: #b36dfd;
background-color: #b36dfd;
/* Tailwind (arbitrary) */
class="text-[#b36dfd] bg-[#b36dfd]"
/* SCSS */
$brand: #b36dfd;
/* SwiftUI */
Color(red: 0.702, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#b36dfd")Accessibility — WCAG contrast
Aa
#b36dfd on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36dfd on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green42.7%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b36dfd text on a black background
contrast 6.52:1
Card sample
#b36dfd text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36dfd;
Background color
Panel with #b36dfd background
background-color: #b36dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36dfd; background: linear-gradient(135deg, #b36dfd, #FD6DE7);