#b06cf2
a light, electric violet · warm · closest name: slateblue
RGB
176, 108, 242
HSL
270°, 84%, 69%
CMYK
27, 55, 0, 5
Luminance
0.2637
Every format
| HEX | #b06cf2 |
| RGB | rgb(176, 108, 242) |
| HSL | hsl(270, 84%, 69%) |
| CMYK | cmyk(27%, 55%, 0%, 5%) |
| LAB | lab(58.4 51.9 -57.4) |
| LCH | lch(58.4 77.3 312.1) |
| OKLCH | oklch(0.663 0.198 305.0) |
Copy-ready code
/* CSS */
color: #b06cf2;
background-color: #b06cf2;
/* Tailwind (arbitrary) */
class="text-[#b06cf2] bg-[#b06cf2]"
/* SCSS */
$brand: #b06cf2;
/* SwiftUI */
Color(red: 0.690, green: 0.424, blue: 0.949)
/* Android */
Color.parseColor("#b06cf2")Accessibility — WCAG contrast
Aa
#b06cf2 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06cf2 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green42.4%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta55.4%
Yellow0.0%
Key (black)5.1%
Color previews
#b06cf2 text on a black background
contrast 6.27:1
Card sample
#b06cf2 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06cf2;
Background color
Panel with #b06cf2 background
background-color: #b06cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 108, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 108, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06cf2; background: linear-gradient(135deg, #b06cf2, #F26CDB);