#b206fc
a balanced, electric violet · warm · closest name: magenta
RGB
178, 6, 252
HSL
282°, 98%, 51%
CMYK
29, 98, 0, 1
Luminance
0.1662
Every format
| HEX | #b206fc |
| RGB | rgb(178, 6, 252) |
| HSL | hsl(282, 98%, 51%) |
| CMYK | cmyk(29%, 98%, 0%, 1%) |
| LAB | lab(47.8 86.8 -80.0) |
| LCH | lch(47.8 118.1 317.3) |
| OKLCH | oklch(0.591 0.297 309.9) |
Copy-ready code
/* CSS */
color: #b206fc;
background-color: #b206fc;
/* Tailwind (arbitrary) */
class="text-[#b206fc] bg-[#b206fc]"
/* SCSS */
$brand: #b206fc;
/* SwiftUI */
Color(red: 0.698, green: 0.024, blue: 0.988)
/* Android */
Color.parseColor("#b206fc")Accessibility — WCAG contrast
Aa
#b206fc on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b206fc on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green2.4%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta97.6%
Yellow0.0%
Key (black)1.2%
Color previews
#b206fc text on a black background
contrast 4.32:1
Card sample
#b206fc text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b206fc;
Background color
Panel with #b206fc background
background-color: #b206fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b206fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 6, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 6, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b206fc; background: linear-gradient(135deg, #b206fc, #FC06A2);