#bc06f8
a balanced, electric violet · warm · closest name: magenta
RGB
188, 6, 248
HSL
285°, 95%, 50%
CMYK
24, 98, 0, 3
Luminance
0.1760
Every format
| HEX | #bc06f8 |
| RGB | rgb(188, 6, 248) |
| HSL | hsl(285, 95%, 50%) |
| CMYK | cmyk(24%, 98%, 0%, 3%) |
| LAB | lab(49.0 87.3 -75.8) |
| LCH | lch(49.0 115.6 319.1) |
| OKLCH | oklch(0.601 0.296 313.5) |
Copy-ready code
/* CSS */
color: #bc06f8;
background-color: #bc06f8;
/* Tailwind (arbitrary) */
class="text-[#bc06f8] bg-[#bc06f8]"
/* SCSS */
$brand: #bc06f8;
/* SwiftUI */
Color(red: 0.737, green: 0.024, blue: 0.973)
/* Android */
Color.parseColor("#bc06f8")Accessibility — WCAG contrast
Aa
#bc06f8 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc06f8 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green2.4%
Blue97.3%
CMYK percentages
Cyan24.2%
Magenta97.6%
Yellow0.0%
Key (black)2.7%
Color previews
#bc06f8 text on a black background
contrast 4.52:1
Card sample
#bc06f8 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc06f8;
Background color
Panel with #bc06f8 background
background-color: #bc06f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc06f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 6, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 6, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc06f8; background: linear-gradient(135deg, #bc06f8, #F80693);