#b70ef1
a balanced, electric violet · warm · closest name: magenta
RGB
183, 14, 241
HSL
285°, 89%, 50%
CMYK
24, 94, 0, 6
Luminance
0.1673
Every format
| HEX | #b70ef1 |
| RGB | rgb(183, 14, 241) |
| HSL | hsl(285, 89%, 50%) |
| CMYK | cmyk(24%, 94%, 0%, 6%) |
| LAB | lab(47.9 84.8 -73.6) |
| LCH | lch(47.9 112.3 319.0) |
| OKLCH | oklch(0.590 0.288 313.5) |
Copy-ready code
/* CSS */
color: #b70ef1;
background-color: #b70ef1;
/* Tailwind (arbitrary) */
class="text-[#b70ef1] bg-[#b70ef1]"
/* SCSS */
$brand: #b70ef1;
/* SwiftUI */
Color(red: 0.718, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#b70ef1")Accessibility — WCAG contrast
Aa
#b70ef1 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70ef1 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.5%
Blue94.5%
CMYK percentages
Cyan24.1%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#b70ef1 text on a black background
contrast 4.35:1
Card sample
#b70ef1 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70ef1;
Background color
Panel with #b70ef1 background
background-color: #b70ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70ef1; background: linear-gradient(135deg, #b70ef1, #F10E94);