#b366eb
a light, electric violet · warm · closest name: slateblue
RGB
179, 102, 235
HSL
275°, 77%, 66%
CMYK
24, 57, 0, 8
Luminance
0.2508
Every format
| HEX | #b366eb |
| RGB | rgb(179, 102, 235) |
| HSL | hsl(275, 77%, 66%) |
| CMYK | cmyk(24%, 57%, 0%, 8%) |
| LAB | lab(57.2 54.1 -55.4) |
| LCH | lch(57.2 77.4 314.3) |
| OKLCH | oklch(0.654 0.199 308.6) |
Copy-ready code
/* CSS */
color: #b366eb;
background-color: #b366eb;
/* Tailwind (arbitrary) */
class="text-[#b366eb] bg-[#b366eb]"
/* SCSS */
$brand: #b366eb;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#b366eb")Accessibility — WCAG contrast
Aa
#b366eb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366eb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b366eb text on a black background
contrast 6.02:1
Card sample
#b366eb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366eb;
Background color
Panel with #b366eb background
background-color: #b366eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366eb; background: linear-gradient(135deg, #b366eb, #EB66CA);