#bc0ced
a balanced, electric violet · warm · closest name: magenta
RGB
188, 12, 237
HSL
287°, 90%, 49%
CMYK
21, 95, 0, 7
Luminance
0.1707
Every format
| HEX | #bc0ced |
| RGB | rgb(188, 12, 237) |
| HSL | hsl(287, 90%, 49%) |
| CMYK | cmyk(21%, 95%, 0%, 7%) |
| LAB | lab(48.4 84.9 -70.6) |
| LCH | lch(48.4 110.5 320.2) |
| OKLCH | oklch(0.594 0.287 315.9) |
Copy-ready code
/* CSS */
color: #bc0ced;
background-color: #bc0ced;
/* Tailwind (arbitrary) */
class="text-[#bc0ced] bg-[#bc0ced]"
/* SCSS */
$brand: #bc0ced;
/* SwiftUI */
Color(red: 0.737, green: 0.047, blue: 0.929)
/* Android */
Color.parseColor("#bc0ced")Accessibility — WCAG contrast
Aa
#bc0ced on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0ced on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green4.7%
Blue92.9%
CMYK percentages
Cyan20.7%
Magenta94.9%
Yellow0.0%
Key (black)7.1%
Color previews
#bc0ced text on a black background
contrast 4.41:1
Card sample
#bc0ced text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0ced;
Background color
Panel with #bc0ced background
background-color: #bc0ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 12, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 12, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0ced; background: linear-gradient(135deg, #bc0ced, #ED0C88);