#b206eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 6, 235
HSL
285°, 95%, 47%
CMYK
24, 97, 0, 8
Luminance
0.1559
Every format
| HEX | #b206eb |
| RGB | rgb(178, 6, 235) |
| HSL | hsl(285, 95%, 47%) |
| CMYK | cmyk(24%, 97%, 0%, 8%) |
| LAB | lab(46.4 83.8 -72.7) |
| LCH | lch(46.4 110.9 319.1) |
| OKLCH | oklch(0.577 0.284 313.5) |
Copy-ready code
/* CSS */
color: #b206eb;
background-color: #b206eb;
/* Tailwind (arbitrary) */
class="text-[#b206eb] bg-[#b206eb]"
/* SCSS */
$brand: #b206eb;
/* SwiftUI */
Color(red: 0.698, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#b206eb")Accessibility — WCAG contrast
Aa
#b206eb on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b206eb on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green2.4%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b206eb text on a black background
contrast 4.12:1
Card sample
#b206eb text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b206eb;
Background color
Panel with #b206eb background
background-color: #b206eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b206eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b206eb; background: linear-gradient(135deg, #b206eb, #EB068B);