#b712eb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 18, 235
HSL
286°, 86%, 50%
CMYK
22, 92, 0, 8
Luminance
0.1650
Every format
| HEX | #b712eb |
| RGB | rgb(183, 18, 235) |
| HSL | hsl(286, 86%, 50%) |
| CMYK | cmyk(22%, 92%, 0%, 8%) |
| LAB | lab(47.6 83.3 -70.7) |
| LCH | lch(47.6 109.2 319.6) |
| OKLCH | oklch(0.587 0.282 314.8) |
Copy-ready code
/* CSS */
color: #b712eb;
background-color: #b712eb;
/* Tailwind (arbitrary) */
class="text-[#b712eb] bg-[#b712eb]"
/* SCSS */
$brand: #b712eb;
/* SwiftUI */
Color(red: 0.718, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#b712eb")Accessibility — WCAG contrast
Aa
#b712eb on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b712eb on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green7.1%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta92.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b712eb text on a black background
contrast 4.30:1
Card sample
#b712eb text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b712eb;
Background color
Panel with #b712eb background
background-color: #b712eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b712eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b712eb; background: linear-gradient(135deg, #b712eb, #EB128E);