#b002eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 2, 235
HSL
285°, 98%, 47%
CMYK
25, 99, 0, 8
Luminance
0.1527
Every format
| HEX | #b002eb |
| RGB | rgb(176, 2, 235) |
| HSL | hsl(285, 98%, 47%) |
| CMYK | cmyk(25%, 99%, 0%, 8%) |
| LAB | lab(46.0 83.9 -73.4) |
| LCH | lch(46.0 111.5 318.8) |
| OKLCH | oklch(0.574 0.285 313.0) |
Copy-ready code
/* CSS */
color: #b002eb;
background-color: #b002eb;
/* Tailwind (arbitrary) */
class="text-[#b002eb] bg-[#b002eb]"
/* SCSS */
$brand: #b002eb;
/* SwiftUI */
Color(red: 0.690, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#b002eb")Accessibility — WCAG contrast
Aa
#b002eb on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b002eb on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green0.8%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b002eb text on a black background
contrast 4.05:1
Card sample
#b002eb text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b002eb;
Background color
Panel with #b002eb background
background-color: #b002eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b002eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b002eb; background: linear-gradient(135deg, #b002eb, #EB028B);