#b660fd
a light, electric violet · warm · closest name: slateblue
RGB
182, 96, 253
HSL
273°, 98%, 68%
CMYK
28, 62, 0, 1
Luminance
0.2540
Every format
| HEX | #b660fd |
| RGB | rgb(182, 96, 253) |
| HSL | hsl(273, 98%, 68%) |
| CMYK | cmyk(28%, 62%, 0%, 1%) |
| LAB | lab(57.5 61.7 -64.9) |
| LCH | lch(57.5 89.5 313.6) |
| OKLCH | oklch(0.660 0.228 306.3) |
Copy-ready code
/* CSS */
color: #b660fd;
background-color: #b660fd;
/* Tailwind (arbitrary) */
class="text-[#b660fd] bg-[#b660fd]"
/* SCSS */
$brand: #b660fd;
/* SwiftUI */
Color(red: 0.714, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#b660fd")Accessibility — WCAG contrast
Aa
#b660fd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b660fd on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green37.6%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b660fd text on a black background
contrast 6.08:1
Card sample
#b660fd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b660fd;
Background color
Panel with #b660fd background
background-color: #b660fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b660fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b660fd; background: linear-gradient(135deg, #b660fd, #FD60DB);