#bc09cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 9, 207
HSL
294°, 92%, 42%
CMYK
9, 96, 0, 19
Luminance
0.1539
Every format
| HEX | #bc09cf |
| RGB | rgb(188, 9, 207) |
| HSL | hsl(294, 92%, 42%) |
| CMYK | cmyk(9%, 96%, 0%, 19%) |
| LAB | lab(46.2 80.2 -57.0) |
| LCH | lch(46.2 98.4 324.6) |
| OKLCH | oklch(0.572 0.267 323.2) |
Copy-ready code
/* CSS */
color: #bc09cf;
background-color: #bc09cf;
/* Tailwind (arbitrary) */
class="text-[#bc09cf] bg-[#bc09cf]"
/* SCSS */
$brand: #bc09cf;
/* SwiftUI */
Color(red: 0.737, green: 0.035, blue: 0.812)
/* Android */
Color.parseColor("#bc09cf")Accessibility — WCAG contrast
Aa
#bc09cf on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc09cf on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green3.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta95.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bc09cf text on a black background
contrast 4.08:1
Card sample
#bc09cf text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc09cf;
Background color
Panel with #bc09cf background
background-color: #bc09cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc09cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 9, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 9, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc09cf; background: linear-gradient(135deg, #bc09cf, #CF095E);