#bc0fdf
a balanced, electric violet · warm · closest name: magenta
RGB
188, 15, 223
HSL
290°, 87%, 47%
CMYK
16, 93, 0, 13
Luminance
0.1636
Every format
| HEX | #bc0fdf |
| RGB | rgb(188, 15, 223) |
| HSL | hsl(290, 87%, 47%) |
| CMYK | cmyk(16%, 93%, 0%, 13%) |
| LAB | lab(47.5 82.3 -64.2) |
| LCH | lch(47.5 104.3 322.0) |
| OKLCH | oklch(0.584 0.276 319.1) |
Copy-ready code
/* CSS */
color: #bc0fdf;
background-color: #bc0fdf;
/* Tailwind (arbitrary) */
class="text-[#bc0fdf] bg-[#bc0fdf]"
/* SCSS */
$brand: #bc0fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#bc0fdf")Accessibility — WCAG contrast
Aa
#bc0fdf on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0fdf on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.9%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bc0fdf text on a black background
contrast 4.27:1
Card sample
#bc0fdf text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0fdf;
Background color
Panel with #bc0fdf background
background-color: #bc0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0fdf; background: linear-gradient(135deg, #bc0fdf, #DF0F77);