#bc08df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
188, 8, 223
HSL
290°, 93%, 45%
CMYK
16, 96, 0, 13
Luminance
0.1619
Every format
| HEX | #bc08df |
| RGB | rgb(188, 8, 223) |
| HSL | hsl(290, 93%, 45%) |
| CMYK | cmyk(16%, 96%, 0%, 13%) |
| LAB | lab(47.2 82.9 -64.5) |
| LCH | lch(47.2 105.0 322.1) |
| OKLCH | oklch(0.583 0.278 319.2) |
Copy-ready code
/* CSS */
color: #bc08df;
background-color: #bc08df;
/* Tailwind (arbitrary) */
class="text-[#bc08df] bg-[#bc08df]"
/* SCSS */
$brand: #bc08df;
/* SwiftUI */
Color(red: 0.737, green: 0.031, blue: 0.875)
/* Android */
Color.parseColor("#bc08df")Accessibility — WCAG contrast
Aa
#bc08df on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc08df on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green3.1%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta96.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bc08df text on a black background
contrast 4.24:1
Card sample
#bc08df text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc08df;
Background color
Panel with #bc08df background
background-color: #bc08df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc08df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 8, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 8, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc08df; background: linear-gradient(135deg, #bc08df, #DF0873);