#b200eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 0, 235
HSL
285°, 100%, 46%
CMYK
24, 100, 0, 8
Luminance
0.1546
Every format
| HEX | #b200eb |
| RGB | rgb(178, 0, 235) |
| HSL | hsl(285, 100%, 46%) |
| CMYK | cmyk(24%, 100%, 0%, 8%) |
| LAB | lab(46.3 84.3 -73.0) |
| LCH | lch(46.3 111.5 319.1) |
| OKLCH | oklch(0.576 0.286 313.6) |
Copy-ready code
/* CSS */
color: #b200eb;
background-color: #b200eb;
/* Tailwind (arbitrary) */
class="text-[#b200eb] bg-[#b200eb]"
/* SCSS */
$brand: #b200eb;
/* SwiftUI */
Color(red: 0.698, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#b200eb")Accessibility — WCAG contrast
Aa
#b200eb on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b200eb on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.0%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b200eb text on a black background
contrast 4.09:1
Card sample
#b200eb text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b200eb;
Background color
Panel with #b200eb background
background-color: #b200eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b200eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b200eb; background: linear-gradient(135deg, #b200eb, #EB0088);