#b06bfd
a light, electric violet · warm · closest name: slateblue
RGB
176, 107, 253
HSL
268°, 97%, 71%
CMYK
30, 58, 0, 1
Luminance
0.2684
Every format
| HEX | #b06bfd |
| RGB | rgb(176, 107, 253) |
| HSL | hsl(268, 97%, 71%) |
| CMYK | cmyk(30%, 58%, 0%, 1%) |
| LAB | lab(58.8 54.9 -62.7) |
| LCH | lch(58.8 83.4 311.2) |
| OKLCH | oklch(0.668 0.211 302.9) |
Copy-ready code
/* CSS */
color: #b06bfd;
background-color: #b06bfd;
/* Tailwind (arbitrary) */
class="text-[#b06bfd] bg-[#b06bfd]"
/* SCSS */
$brand: #b06bfd;
/* SwiftUI */
Color(red: 0.690, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#b06bfd")Accessibility — WCAG contrast
Aa
#b06bfd on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06bfd on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green42.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b06bfd text on a black background
contrast 6.37:1
Card sample
#b06bfd text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06bfd;
Background color
Panel with #b06bfd background
background-color: #b06bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06bfd; background: linear-gradient(135deg, #b06bfd, #FD6BE9);