#b06afb
a light, electric violet · warm · closest name: slateblue
RGB
176, 106, 251
HSL
269°, 95%, 70%
CMYK
30, 58, 0, 2
Luminance
0.2650
Every format
| HEX | #b06afb |
| RGB | rgb(176, 106, 251) |
| HSL | hsl(269, 95%, 70%) |
| CMYK | cmyk(30%, 58%, 0%, 2%) |
| LAB | lab(58.5 55.0 -62.1) |
| LCH | lch(58.5 83.0 311.5) |
| OKLCH | oklch(0.666 0.210 303.4) |
Copy-ready code
/* CSS */
color: #b06afb;
background-color: #b06afb;
/* Tailwind (arbitrary) */
class="text-[#b06afb] bg-[#b06afb]"
/* SCSS */
$brand: #b06afb;
/* SwiftUI */
Color(red: 0.690, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#b06afb")Accessibility — WCAG contrast
Aa
#b06afb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06afb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.6%
Blue98.4%
CMYK percentages
Cyan29.9%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b06afb text on a black background
contrast 6.30:1
Card sample
#b06afb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06afb;
Background color
Panel with #b06afb background
background-color: #b06afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06afb; background: linear-gradient(135deg, #b06afb, #FB6AE5);