#b206da
a dark, electric violet · warm · closest name: magenta
RGB
178, 6, 218
HSL
289°, 95%, 44%
CMYK
18, 97, 0, 15
Luminance
0.1466
Every format
| HEX | #b206da |
| RGB | rgb(178, 6, 218) |
| HSL | hsl(289, 95%, 44%) |
| CMYK | cmyk(18%, 97%, 0%, 15%) |
| LAB | lab(45.2 80.8 -65.1) |
| LCH | lch(45.2 103.8 321.2) |
| OKLCH | oklch(0.564 0.272 317.5) |
Copy-ready code
/* CSS */
color: #b206da;
background-color: #b206da;
/* Tailwind (arbitrary) */
class="text-[#b206da] bg-[#b206da]"
/* SCSS */
$brand: #b206da;
/* SwiftUI */
Color(red: 0.698, green: 0.024, blue: 0.855)
/* Android */
Color.parseColor("#b206da")Accessibility — WCAG contrast
Aa
#b206da on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b206da on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green2.4%
Blue85.5%
CMYK percentages
Cyan18.3%
Magenta97.2%
Yellow0.0%
Key (black)14.5%
Color previews
#b206da text on a black background
contrast 3.93:1
Card sample
#b206da text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b206da;
Background color
Panel with #b206da background
background-color: #b206da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b206da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 6, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 6, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b206da; background: linear-gradient(135deg, #b206da, #DA0675);