#b720eb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 32, 235
HSL
285°, 84%, 52%
CMYK
22, 86, 0, 8
Luminance
0.1710
Every format
| HEX | #b720eb |
| RGB | rgb(183, 32, 235) |
| HSL | hsl(285, 84%, 52%) |
| CMYK | cmyk(22%, 86%, 0%, 8%) |
| LAB | lab(48.4 81.0 -69.5) |
| LCH | lch(48.4 106.7 319.4) |
| OKLCH | oklch(0.592 0.276 314.5) |
Copy-ready code
/* CSS */
color: #b720eb;
background-color: #b720eb;
/* Tailwind (arbitrary) */
class="text-[#b720eb] bg-[#b720eb]"
/* SCSS */
$brand: #b720eb;
/* SwiftUI */
Color(red: 0.718, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#b720eb")Accessibility — WCAG contrast
Aa
#b720eb on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b720eb on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green12.5%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b720eb text on a black background
contrast 4.42:1
Card sample
#b720eb text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b720eb;
Background color
Panel with #b720eb background
background-color: #b720eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b720eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b720eb; background: linear-gradient(135deg, #b720eb, #EB2098);