#bc0fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
188, 15, 215
HSL
292°, 87%, 45%
CMYK
13, 93, 0, 16
Luminance
0.1594
Every format
| HEX | #bc0fd7 |
| RGB | rgb(188, 15, 215) |
| HSL | hsl(292, 87%, 45%) |
| CMYK | cmyk(13%, 93%, 0%, 16%) |
| LAB | lab(46.9 80.9 -60.5) |
| LCH | lch(46.9 101.0 323.2) |
| OKLCH | oklch(0.579 0.271 321.1) |
Copy-ready code
/* CSS */
color: #bc0fd7;
background-color: #bc0fd7;
/* Tailwind (arbitrary) */
class="text-[#bc0fd7] bg-[#bc0fd7]"
/* SCSS */
$brand: #bc0fd7;
/* SwiftUI */
Color(red: 0.737, green: 0.059, blue: 0.843)
/* Android */
Color.parseColor("#bc0fd7")Accessibility — WCAG contrast
Aa
#bc0fd7 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0fd7 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.9%
Blue84.3%
CMYK percentages
Cyan12.6%
Magenta93.0%
Yellow0.0%
Key (black)15.7%
Color previews
#bc0fd7 text on a black background
contrast 4.19:1
Card sample
#bc0fd7 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0fd7;
Background color
Panel with #bc0fd7 background
background-color: #bc0fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 15, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 15, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0fd7; background: linear-gradient(135deg, #bc0fd7, #D70F6D);