#b36dfb
a light, electric violet · warm · closest name: slateblue
RGB
179, 109, 251
HSL
270°, 95%, 71%
CMYK
29, 57, 0, 2
Luminance
0.2749
Every format
| HEX | #b36dfb |
| RGB | rgb(179, 109, 251) |
| HSL | hsl(270, 95%, 71%) |
| CMYK | cmyk(29%, 57%, 0%, 2%) |
| LAB | lab(59.4 54.1 -60.6) |
| LCH | lch(59.4 81.3 311.7) |
| OKLCH | oklch(0.673 0.207 304.1) |
Copy-ready code
/* CSS */
color: #b36dfb;
background-color: #b36dfb;
/* Tailwind (arbitrary) */
class="text-[#b36dfb] bg-[#b36dfb]"
/* SCSS */
$brand: #b36dfb;
/* SwiftUI */
Color(red: 0.702, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#b36dfb")Accessibility — WCAG contrast
Aa
#b36dfb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36dfb on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green42.7%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b36dfb text on a black background
contrast 6.50:1
Card sample
#b36dfb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36dfb;
Background color
Panel with #b36dfb background
background-color: #b36dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36dfb; background: linear-gradient(135deg, #b36dfb, #FB6DE4);