#b66afd
a light, electric violet · warm · closest name: slateblue
RGB
182, 106, 253
HSL
271°, 97%, 70%
CMYK
28, 58, 0, 1
Luminance
0.2735
Every format
| HEX | #b66afd |
| RGB | rgb(182, 106, 253) |
| HSL | hsl(271, 97%, 70%) |
| CMYK | cmyk(28%, 58%, 0%, 1%) |
| LAB | lab(59.3 56.8 -61.9) |
| LCH | lch(59.3 84.0 312.5) |
| OKLCH | oklch(0.673 0.214 305.2) |
Copy-ready code
/* CSS */
color: #b66afd;
background-color: #b66afd;
/* Tailwind (arbitrary) */
class="text-[#b66afd] bg-[#b66afd]"
/* SCSS */
$brand: #b66afd;
/* SwiftUI */
Color(red: 0.714, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#b66afd")Accessibility — WCAG contrast
Aa
#b66afd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66afd on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green41.6%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b66afd text on a black background
contrast 6.47:1
Card sample
#b66afd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66afd;
Background color
Panel with #b66afd background
background-color: #b66afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66afd; background: linear-gradient(135deg, #b66afd, #FD6AE2);