#bc00fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 0, 253
HSL
285°, 100%, 50%
CMYK
26, 100, 0, 1
Luminance
0.1778
Every format
| HEX | #bc00fd |
| RGB | rgb(188, 0, 253) |
| HSL | hsl(285, 100%, 50%) |
| CMYK | cmyk(26%, 100%, 0%, 1%) |
| LAB | lab(49.2 88.7 -78.2) |
| LCH | lch(49.2 118.2 318.6) |
| OKLCH | oklch(0.604 0.301 312.5) |
Copy-ready code
/* CSS */
color: #bc00fd;
background-color: #bc00fd;
/* Tailwind (arbitrary) */
class="text-[#bc00fd] bg-[#bc00fd]"
/* SCSS */
$brand: #bc00fd;
/* SwiftUI */
Color(red: 0.737, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#bc00fd")Accessibility — WCAG contrast
Aa
#bc00fd on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc00fd on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.0%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bc00fd text on a black background
contrast 4.56:1
Card sample
#bc00fd text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc00fd;
Background color
Panel with #bc00fd background
background-color: #bc00fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc00fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc00fd; background: linear-gradient(135deg, #bc00fd, #FD0095);