#b261eb
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 235
HSL
275°, 78%, 65%
CMYK
24, 59, 0, 8
Luminance
0.2401
Every format
| HEX | #b261eb |
| RGB | rgb(178, 97, 235) |
| HSL | hsl(275, 78%, 65%) |
| CMYK | cmyk(24%, 59%, 0%, 8%) |
| LAB | lab(56.1 56.4 -57.1) |
| LCH | lch(56.1 80.2 314.6) |
| OKLCH | oklch(0.646 0.206 308.8) |
Copy-ready code
/* CSS */
color: #b261eb;
background-color: #b261eb;
/* Tailwind (arbitrary) */
class="text-[#b261eb] bg-[#b261eb]"
/* SCSS */
$brand: #b261eb;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#b261eb")Accessibility — WCAG contrast
Aa
#b261eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261eb on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b261eb text on a black background
contrast 5.80:1
Card sample
#b261eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261eb;
Background color
Panel with #b261eb background
background-color: #b261eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261eb; background: linear-gradient(135deg, #b261eb, #EB61C8);