#b66dfe
a light, electric violet · warm · closest name: slateblue
RGB
182, 109, 254
HSL
270°, 99%, 71%
CMYK
28, 57, 0, 0
Luminance
0.2804
Every format
| HEX | #b66dfe |
| RGB | rgb(182, 109, 254) |
| HSL | hsl(270, 99%, 71%) |
| CMYK | cmyk(28%, 57%, 0%, 0%) |
| LAB | lab(59.9 55.5 -61.5) |
| LCH | lch(59.9 82.8 312.1) |
| OKLCH | oklch(0.678 0.211 304.6) |
Copy-ready code
/* CSS */
color: #b66dfe;
background-color: #b66dfe;
/* Tailwind (arbitrary) */
class="text-[#b66dfe] bg-[#b66dfe]"
/* SCSS */
$brand: #b66dfe;
/* SwiftUI */
Color(red: 0.714, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#b66dfe")Accessibility — WCAG contrast
Aa
#b66dfe on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66dfe on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green42.7%
Blue99.6%
CMYK percentages
Cyan28.3%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#b66dfe text on a black background
contrast 6.61:1
Card sample
#b66dfe text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66dfe;
Background color
Panel with #b66dfe background
background-color: #b66dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66dfe; background: linear-gradient(135deg, #b66dfe, #FE6DE5);