#b366fc
a light, electric violet · warm · closest name: slateblue
RGB
179, 102, 252
HSL
271°, 96%, 69%
CMYK
29, 60, 0, 1
Luminance
0.2611
Every format
| HEX | #b366fc |
| RGB | rgb(179, 102, 252) |
| HSL | hsl(271, 96%, 69%) |
| CMYK | cmyk(29%, 60%, 0%, 1%) |
| LAB | lab(58.1 57.9 -63.3) |
| LCH | lch(58.1 85.8 312.5) |
| OKLCH | oklch(0.664 0.218 304.8) |
Copy-ready code
/* CSS */
color: #b366fc;
background-color: #b366fc;
/* Tailwind (arbitrary) */
class="text-[#b366fc] bg-[#b366fc]"
/* SCSS */
$brand: #b366fc;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.988)
/* Android */
Color.parseColor("#b366fc")Accessibility — WCAG contrast
Aa
#b366fc on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366fc on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta59.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b366fc text on a black background
contrast 6.22:1
Card sample
#b366fc text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366fc;
Background color
Panel with #b366fc background
background-color: #b366fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366fc; background: linear-gradient(135deg, #b366fc, #FC66E1);