#b06ef1
a light, electric violet · warm · closest name: slateblue
RGB
176, 110, 241
HSL
270°, 82%, 69%
CMYK
27, 54, 0, 6
Luminance
0.2673
Every format
| HEX | #b06ef1 |
| RGB | rgb(176, 110, 241) |
| HSL | hsl(270, 82%, 69%) |
| CMYK | cmyk(27%, 54%, 0%, 6%) |
| LAB | lab(58.7 50.6 -56.2) |
| LCH | lch(58.7 75.6 312.0) |
| OKLCH | oklch(0.665 0.193 305.0) |
Copy-ready code
/* CSS */
color: #b06ef1;
background-color: #b06ef1;
/* Tailwind (arbitrary) */
class="text-[#b06ef1] bg-[#b06ef1]"
/* SCSS */
$brand: #b06ef1;
/* SwiftUI */
Color(red: 0.690, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#b06ef1")Accessibility — WCAG contrast
Aa
#b06ef1 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06ef1 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green43.1%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#b06ef1 text on a black background
contrast 6.35:1
Card sample
#b06ef1 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06ef1;
Background color
Panel with #b06ef1 background
background-color: #b06ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06ef1; background: linear-gradient(135deg, #b06ef1, #F16EDB);