#b261f6
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 246
HSL
273°, 89%, 67%
CMYK
28, 61, 0, 4
Luminance
0.2467
Every format
| HEX | #b261f6 |
| RGB | rgb(178, 97, 246) |
| HSL | hsl(273, 89%, 67%) |
| CMYK | cmyk(28%, 61%, 0%, 4%) |
| LAB | lab(56.8 58.8 -62.2) |
| LCH | lch(56.8 85.6 313.4) |
| OKLCH | oklch(0.652 0.218 306.3) |
Copy-ready code
/* CSS */
color: #b261f6;
background-color: #b261f6;
/* Tailwind (arbitrary) */
class="text-[#b261f6] bg-[#b261f6]"
/* SCSS */
$brand: #b261f6;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.965)
/* Android */
Color.parseColor("#b261f6")Accessibility — WCAG contrast
Aa
#b261f6 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261f6 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue96.5%
CMYK percentages
Cyan27.6%
Magenta60.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b261f6 text on a black background
contrast 5.93:1
Card sample
#b261f6 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261f6;
Background color
Panel with #b261f6 background
background-color: #b261f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261f6; background: linear-gradient(135deg, #b261f6, #F661D7);