#b415eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 21, 235
HSL
285°, 84%, 50%
CMYK
23, 91, 0, 8
Luminance
0.1624
Every format
| HEX | #b415eb |
| RGB | rgb(180, 21, 235) |
| HSL | hsl(285, 84%, 50%) |
| CMYK | cmyk(23%, 91%, 0%, 8%) |
| LAB | lab(47.3 82.4 -71.3) |
| LCH | lch(47.3 109.0 319.1) |
| OKLCH | oklch(0.584 0.280 313.9) |
Copy-ready code
/* CSS */
color: #b415eb;
background-color: #b415eb;
/* Tailwind (arbitrary) */
class="text-[#b415eb] bg-[#b415eb]"
/* SCSS */
$brand: #b415eb;
/* SwiftUI */
Color(red: 0.706, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#b415eb")Accessibility — WCAG contrast
Aa
#b415eb on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b415eb on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green8.2%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b415eb text on a black background
contrast 4.25:1
Card sample
#b415eb text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b415eb;
Background color
Panel with #b415eb background
background-color: #b415eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b415eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b415eb; background: linear-gradient(135deg, #b415eb, #EB1593);