#b261f1
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 241
HSL
274°, 84%, 66%
CMYK
26, 60, 0, 6
Luminance
0.2437
Every format
| HEX | #b261f1 |
| RGB | rgb(178, 97, 241) |
| HSL | hsl(274, 84%, 66%) |
| CMYK | cmyk(26%, 60%, 0%, 6%) |
| LAB | lab(56.5 57.7 -59.9) |
| LCH | lch(56.5 83.1 313.9) |
| OKLCH | oklch(0.649 0.213 307.4) |
Copy-ready code
/* CSS */
color: #b261f1;
background-color: #b261f1;
/* Tailwind (arbitrary) */
class="text-[#b261f1] bg-[#b261f1]"
/* SCSS */
$brand: #b261f1;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.945)
/* Android */
Color.parseColor("#b261f1")Accessibility — WCAG contrast
Aa
#b261f1 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261f1 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue94.5%
CMYK percentages
Cyan26.1%
Magenta59.8%
Yellow0.0%
Key (black)5.5%
Color previews
#b261f1 text on a black background
contrast 5.87:1
Card sample
#b261f1 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261f1;
Background color
Panel with #b261f1 background
background-color: #b261f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261f1; background: linear-gradient(135deg, #b261f1, #F161D0);