#b66af5
a light, electric violet · warm · closest name: slateblue
RGB
182, 106, 245
HSL
273°, 87%, 69%
CMYK
26, 57, 0, 4
Luminance
0.2685
Every format
| HEX | #b66af5 |
| RGB | rgb(182, 106, 245) |
| HSL | hsl(273, 87%, 69%) |
| CMYK | cmyk(26%, 57%, 0%, 4%) |
| LAB | lab(58.8 55.0 -58.3) |
| LCH | lch(58.8 80.1 313.4) |
| OKLCH | oklch(0.668 0.205 306.9) |
Copy-ready code
/* CSS */
color: #b66af5;
background-color: #b66af5;
/* Tailwind (arbitrary) */
class="text-[#b66af5] bg-[#b66af5]"
/* SCSS */
$brand: #b66af5;
/* SwiftUI */
Color(red: 0.714, green: 0.416, blue: 0.961)
/* Android */
Color.parseColor("#b66af5")Accessibility — WCAG contrast
Aa
#b66af5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66af5 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green41.6%
Blue96.1%
CMYK percentages
Cyan25.7%
Magenta56.7%
Yellow0.0%
Key (black)3.9%
Color previews
#b66af5 text on a black background
contrast 6.37:1
Card sample
#b66af5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66af5;
Background color
Panel with #b66af5 background
background-color: #b66af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 106, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 106, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66af5; background: linear-gradient(135deg, #b66af5, #F56AD7);