#b313eb
a balanced, electric violet · warm · closest name: magenta
RGB
179, 19, 235
HSL
284°, 85%, 50%
CMYK
24, 92, 0, 8
Luminance
0.1605
Every format
| HEX | #b313eb |
| RGB | rgb(179, 19, 235) |
| HSL | hsl(284, 85%, 50%) |
| CMYK | cmyk(24%, 92%, 0%, 8%) |
| LAB | lab(47.0 82.6 -71.7) |
| LCH | lch(47.0 109.4 319.0) |
| OKLCH | oklch(0.582 0.281 313.6) |
Copy-ready code
/* CSS */
color: #b313eb;
background-color: #b313eb;
/* Tailwind (arbitrary) */
class="text-[#b313eb] bg-[#b313eb]"
/* SCSS */
$brand: #b313eb;
/* SwiftUI */
Color(red: 0.702, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#b313eb")Accessibility — WCAG contrast
Aa
#b313eb on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b313eb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green7.5%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b313eb text on a black background
contrast 4.21:1
Card sample
#b313eb text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b313eb;
Background color
Panel with #b313eb background
background-color: #b313eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b313eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b313eb; background: linear-gradient(135deg, #b313eb, #EB1393);