#b602eb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 2, 235
HSL
286°, 98%, 47%
CMYK
23, 99, 0, 8
Luminance
0.1599
Every format
| HEX | #b602eb |
| RGB | rgb(182, 2, 235) |
| HSL | hsl(286, 98%, 47%) |
| CMYK | cmyk(23%, 99%, 0%, 8%) |
| LAB | lab(47.0 84.6 -71.8) |
| LCH | lch(47.0 111.0 319.7) |
| OKLCH | oklch(0.582 0.286 314.7) |
Copy-ready code
/* CSS */
color: #b602eb;
background-color: #b602eb;
/* Tailwind (arbitrary) */
class="text-[#b602eb] bg-[#b602eb]"
/* SCSS */
$brand: #b602eb;
/* SwiftUI */
Color(red: 0.714, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#b602eb")Accessibility — WCAG contrast
Aa
#b602eb on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b602eb on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green0.8%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b602eb text on a black background
contrast 4.20:1
Card sample
#b602eb text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b602eb;
Background color
Panel with #b602eb background
background-color: #b602eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b602eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b602eb; background: linear-gradient(135deg, #b602eb, #EB0285);