#b06dfb
a light, electric violet · warm · closest name: slateblue
RGB
176, 109, 251
HSL
268°, 95%, 71%
CMYK
30, 57, 0, 2
Luminance
0.2713
Every format
| HEX | #b06dfb |
| RGB | rgb(176, 109, 251) |
| HSL | hsl(268, 95%, 71%) |
| CMYK | cmyk(30%, 57%, 0%, 2%) |
| LAB | lab(59.1 53.4 -61.2) |
| LCH | lch(59.1 81.2 311.1) |
| OKLCH | oklch(0.670 0.206 303.0) |
Copy-ready code
/* CSS */
color: #b06dfb;
background-color: #b06dfb;
/* Tailwind (arbitrary) */
class="text-[#b06dfb] bg-[#b06dfb]"
/* SCSS */
$brand: #b06dfb;
/* SwiftUI */
Color(red: 0.690, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#b06dfb")Accessibility — WCAG contrast
Aa
#b06dfb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06dfb on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green42.7%
Blue98.4%
CMYK percentages
Cyan29.9%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b06dfb text on a black background
contrast 6.43:1
Card sample
#b06dfb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06dfb;
Background color
Panel with #b06dfb background
background-color: #b06dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06dfb; background: linear-gradient(135deg, #b06dfb, #FB6DE7);