#b702eb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 2, 235
HSL
287°, 98%, 47%
CMYK
22, 99, 0, 8
Luminance
0.1611
Every format
| HEX | #b702eb |
| RGB | rgb(183, 2, 235) |
| HSL | hsl(287, 98%, 47%) |
| CMYK | cmyk(22%, 99%, 0%, 8%) |
| LAB | lab(47.1 84.8 -71.5) |
| LCH | lch(47.1 110.9 319.8) |
| OKLCH | oklch(0.583 0.287 315.0) |
Copy-ready code
/* CSS */
color: #b702eb;
background-color: #b702eb;
/* Tailwind (arbitrary) */
class="text-[#b702eb] bg-[#b702eb]"
/* SCSS */
$brand: #b702eb;
/* SwiftUI */
Color(red: 0.718, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#b702eb")Accessibility — WCAG contrast
Aa
#b702eb on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b702eb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green0.8%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b702eb text on a black background
contrast 4.22:1
Card sample
#b702eb text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b702eb;
Background color
Panel with #b702eb background
background-color: #b702eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b702eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b702eb; background: linear-gradient(135deg, #b702eb, #EB0284);