#b70eee
a balanced, electric violet · warm · closest name: magenta
RGB
183, 14, 238
HSL
285°, 89%, 49%
CMYK
23, 94, 0, 7
Luminance
0.1655
Every format
| HEX | #b70eee |
| RGB | rgb(183, 14, 238) |
| HSL | hsl(285, 89%, 49%) |
| CMYK | cmyk(23%, 94%, 0%, 7%) |
| LAB | lab(47.7 84.2 -72.3) |
| LCH | lch(47.7 111.0 319.4) |
| OKLCH | oklch(0.588 0.286 314.2) |
Copy-ready code
/* CSS */
color: #b70eee;
background-color: #b70eee;
/* Tailwind (arbitrary) */
class="text-[#b70eee] bg-[#b70eee]"
/* SCSS */
$brand: #b70eee;
/* SwiftUI */
Color(red: 0.718, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#b70eee")Accessibility — WCAG contrast
Aa
#b70eee on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70eee on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.5%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b70eee text on a black background
contrast 4.31:1
Card sample
#b70eee text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70eee;
Background color
Panel with #b70eee background
background-color: #b70eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70eee; background: linear-gradient(135deg, #b70eee, #EE0E90);