#b211eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 17, 235
HSL
284°, 87%, 49%
CMYK
24, 93, 0, 8
Luminance
0.1586
Every format
| HEX | #b211eb |
| RGB | rgb(178, 17, 235) |
| HSL | hsl(284, 87%, 49%) |
| CMYK | cmyk(24%, 93%, 0%, 8%) |
| LAB | lab(46.8 82.7 -72.1) |
| LCH | lch(46.8 109.7 318.9) |
| OKLCH | oklch(0.580 0.281 313.4) |
Copy-ready code
/* CSS */
color: #b211eb;
background-color: #b211eb;
/* Tailwind (arbitrary) */
class="text-[#b211eb] bg-[#b211eb]"
/* SCSS */
$brand: #b211eb;
/* SwiftUI */
Color(red: 0.698, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#b211eb")Accessibility — WCAG contrast
Aa
#b211eb on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b211eb on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green6.7%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta92.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b211eb text on a black background
contrast 4.17:1
Card sample
#b211eb text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b211eb;
Background color
Panel with #b211eb background
background-color: #b211eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b211eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b211eb; background: linear-gradient(135deg, #b211eb, #EB1193);