#b261fb
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 251
HSL
272°, 95%, 68%
CMYK
29, 61, 0, 2
Luminance
0.2498
Every format
| HEX | #b261fb |
| RGB | rgb(178, 97, 251) |
| HSL | hsl(272, 95%, 68%) |
| CMYK | cmyk(29%, 61%, 0%, 2%) |
| LAB | lab(57.1 59.9 -64.5) |
| LCH | lch(57.1 88.0 312.9) |
| OKLCH | oklch(0.656 0.223 305.3) |
Copy-ready code
/* CSS */
color: #b261fb;
background-color: #b261fb;
/* Tailwind (arbitrary) */
class="text-[#b261fb] bg-[#b261fb]"
/* SCSS */
$brand: #b261fb;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.984)
/* Android */
Color.parseColor("#b261fb")Accessibility — WCAG contrast
Aa
#b261fb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261fb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta61.4%
Yellow0.0%
Key (black)1.6%
Color previews
#b261fb text on a black background
contrast 6.00:1
Card sample
#b261fb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261fb;
Background color
Panel with #b261fb background
background-color: #b261fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261fb; background: linear-gradient(135deg, #b261fb, #FB61DD);