#b66afb
a light, electric violet · warm · closest name: slateblue
RGB
182, 106, 251
HSL
271°, 95%, 70%
CMYK
28, 58, 0, 2
Luminance
0.2722
Every format
| HEX | #b66afb |
| RGB | rgb(182, 106, 251) |
| HSL | hsl(271, 95%, 70%) |
| CMYK | cmyk(28%, 58%, 0%, 2%) |
| LAB | lab(59.2 56.4 -61.0) |
| LCH | lch(59.2 83.1 312.7) |
| OKLCH | oklch(0.672 0.212 305.6) |
Copy-ready code
/* CSS */
color: #b66afb;
background-color: #b66afb;
/* Tailwind (arbitrary) */
class="text-[#b66afb] bg-[#b66afb]"
/* SCSS */
$brand: #b66afb;
/* SwiftUI */
Color(red: 0.714, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#b66afb")Accessibility — WCAG contrast
Aa
#b66afb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66afb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green41.6%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b66afb text on a black background
contrast 6.44:1
Card sample
#b66afb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66afb;
Background color
Panel with #b66afb background
background-color: #b66afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66afb; background: linear-gradient(135deg, #b66afb, #FB6ADF);