#b661f2
a light, electric violet · warm · closest name: slateblue
RGB
182, 97, 242
HSL
275°, 85%, 67%
CMYK
25, 60, 0, 5
Luminance
0.2491
Every format
| HEX | #b661f2 |
| RGB | rgb(182, 97, 242) |
| HSL | hsl(275, 85%, 67%) |
| CMYK | cmyk(25%, 60%, 0%, 5%) |
| LAB | lab(57.0 58.8 -59.5) |
| LCH | lch(57.0 83.7 314.6) |
| OKLCH | oklch(0.654 0.215 308.6) |
Copy-ready code
/* CSS */
color: #b661f2;
background-color: #b661f2;
/* Tailwind (arbitrary) */
class="text-[#b661f2] bg-[#b661f2]"
/* SCSS */
$brand: #b661f2;
/* SwiftUI */
Color(red: 0.714, green: 0.380, blue: 0.949)
/* Android */
Color.parseColor("#b661f2")Accessibility — WCAG contrast
Aa
#b661f2 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b661f2 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green38.0%
Blue94.9%
CMYK percentages
Cyan24.8%
Magenta59.9%
Yellow0.0%
Key (black)5.1%
Color previews
#b661f2 text on a black background
contrast 5.98:1
Card sample
#b661f2 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b661f2;
Background color
Panel with #b661f2 background
background-color: #b661f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b661f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 97, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 97, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b661f2; background: linear-gradient(135deg, #b661f2, #F261CD);