#b66dfb
a light, electric violet · warm · closest name: slateblue
RGB
182, 109, 251
HSL
271°, 95%, 71%
CMYK
28, 57, 0, 2
Luminance
0.2785
Every format
| HEX | #b66dfb |
| RGB | rgb(182, 109, 251) |
| HSL | hsl(271, 95%, 71%) |
| CMYK | cmyk(28%, 57%, 0%, 2%) |
| LAB | lab(59.8 54.8 -60.1) |
| LCH | lch(59.8 81.4 312.4) |
| OKLCH | oklch(0.676 0.208 305.2) |
Copy-ready code
/* CSS */
color: #b66dfb;
background-color: #b66dfb;
/* Tailwind (arbitrary) */
class="text-[#b66dfb] bg-[#b66dfb]"
/* SCSS */
$brand: #b66dfb;
/* SwiftUI */
Color(red: 0.714, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#b66dfb")Accessibility — WCAG contrast
Aa
#b66dfb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66dfb on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green42.7%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b66dfb text on a black background
contrast 6.57:1
Card sample
#b66dfb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66dfb;
Background color
Panel with #b66dfb background
background-color: #b66dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66dfb; background: linear-gradient(135deg, #b66dfb, #FB6DE1);