#b366ff
a light, electric violet · warm · closest name: slateblue
RGB
179, 102, 255
HSL
270°, 100%, 70%
CMYK
30, 60, 0, 0
Luminance
0.2631
Every format
| HEX | #b366ff |
| RGB | rgb(179, 102, 255) |
| HSL | hsl(270, 100%, 70%) |
| CMYK | cmyk(30%, 60%, 0%, 0%) |
| LAB | lab(58.3 58.6 -64.6) |
| LCH | lch(58.3 87.2 312.2) |
| OKLCH | oklch(0.666 0.221 304.2) |
Copy-ready code
/* CSS */
color: #b366ff;
background-color: #b366ff;
/* Tailwind (arbitrary) */
class="text-[#b366ff] bg-[#b366ff]"
/* SCSS */
$brand: #b366ff;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#b366ff")Accessibility — WCAG contrast
Aa
#b366ff on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366ff on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b366ff text on a black background
contrast 6.26:1
Card sample
#b366ff text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366ff;
Background color
Panel with #b366ff background
background-color: #b366ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366ff; background: linear-gradient(135deg, #b366ff, #FF66E5);