#b06afd
a light, electric violet · warm · closest name: slateblue
RGB
176, 106, 253
HSL
269°, 97%, 70%
CMYK
30, 58, 0, 1
Luminance
0.2663
Every format
| HEX | #b06afd |
| RGB | rgb(176, 106, 253) |
| HSL | hsl(269, 97%, 70%) |
| CMYK | cmyk(30%, 58%, 0%, 1%) |
| LAB | lab(58.6 55.4 -63.0) |
| LCH | lch(58.6 84.0 311.3) |
| OKLCH | oklch(0.667 0.213 303.0) |
Copy-ready code
/* CSS */
color: #b06afd;
background-color: #b06afd;
/* Tailwind (arbitrary) */
class="text-[#b06afd] bg-[#b06afd]"
/* SCSS */
$brand: #b06afd;
/* SwiftUI */
Color(red: 0.690, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#b06afd")Accessibility — WCAG contrast
Aa
#b06afd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06afd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.6%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b06afd text on a black background
contrast 6.33:1
Card sample
#b06afd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06afd;
Background color
Panel with #b06afd background
background-color: #b06afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06afd; background: linear-gradient(135deg, #b06afd, #FD6AE8);