#b206cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
178, 6, 207
HSL
291°, 94%, 42%
CMYK
14, 97, 0, 19
Luminance
0.1410
Every format
| HEX | #b206cf |
| RGB | rgb(178, 6, 207) |
| HSL | hsl(291, 94%, 42%) |
| CMYK | cmyk(14%, 97%, 0%, 19%) |
| LAB | lab(44.4 79.0 -60.0) |
| LCH | lch(44.4 99.2 322.8) |
| OKLCH | oklch(0.556 0.264 320.3) |
Copy-ready code
/* CSS */
color: #b206cf;
background-color: #b206cf;
/* Tailwind (arbitrary) */
class="text-[#b206cf] bg-[#b206cf]"
/* SCSS */
$brand: #b206cf;
/* SwiftUI */
Color(red: 0.698, green: 0.024, blue: 0.812)
/* Android */
Color.parseColor("#b206cf")Accessibility — WCAG contrast
Aa
#b206cf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b206cf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green2.4%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta97.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b206cf text on a black background
contrast 3.82:1
Card sample
#b206cf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b206cf;
Background color
Panel with #b206cf background
background-color: #b206cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b206cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 6, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 6, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b206cf; background: linear-gradient(135deg, #b206cf, #CF0666);