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