#b06af5
a light, electric violet · warm · closest name: slateblue
RGB
176, 106, 245
HSL
270°, 87%, 69%
CMYK
28, 57, 0, 4
Luminance
0.2613
Every format
| HEX | #b06af5 |
| RGB | rgb(176, 106, 245) |
| HSL | hsl(270, 87%, 69%) |
| CMYK | cmyk(28%, 57%, 0%, 4%) |
| LAB | lab(58.2 53.6 -59.4) |
| LCH | lch(58.2 80.0 312.1) |
| OKLCH | oklch(0.662 0.204 304.7) |
Copy-ready code
/* CSS */
color: #b06af5;
background-color: #b06af5;
/* Tailwind (arbitrary) */
class="text-[#b06af5] bg-[#b06af5]"
/* SCSS */
$brand: #b06af5;
/* SwiftUI */
Color(red: 0.690, green: 0.416, blue: 0.961)
/* Android */
Color.parseColor("#b06af5")Accessibility — WCAG contrast
Aa
#b06af5 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06af5 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.6%
Blue96.1%
CMYK percentages
Cyan28.2%
Magenta56.7%
Yellow0.0%
Key (black)3.9%
Color previews
#b06af5 text on a black background
contrast 6.23:1
Card sample
#b06af5 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06af5;
Background color
Panel with #b06af5 background
background-color: #b06af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 106, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 106, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06af5; background: linear-gradient(135deg, #b06af5, #F56ADD);