#bc08fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 8, 253
HSL
284°, 98%, 51%
CMYK
26, 97, 0, 1
Luminance
0.1796
Every format
| HEX | #bc08fd |
| RGB | rgb(188, 8, 253) |
| HSL | hsl(284, 98%, 51%) |
| CMYK | cmyk(26%, 97%, 0%, 1%) |
| LAB | lab(49.5 88.0 -77.8) |
| LCH | lch(49.5 117.5 318.5) |
| OKLCH | oklch(0.605 0.299 312.5) |
Copy-ready code
/* CSS */
color: #bc08fd;
background-color: #bc08fd;
/* Tailwind (arbitrary) */
class="text-[#bc08fd] bg-[#bc08fd]"
/* SCSS */
$brand: #bc08fd;
/* SwiftUI */
Color(red: 0.737, green: 0.031, blue: 0.992)
/* Android */
Color.parseColor("#bc08fd")Accessibility — WCAG contrast
Aa
#bc08fd on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc08fd on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green3.1%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta96.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bc08fd text on a black background
contrast 4.59:1
Card sample
#bc08fd text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc08fd;
Background color
Panel with #bc08fd background
background-color: #bc08fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc08fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 8, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 8, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc08fd; background: linear-gradient(135deg, #bc08fd, #FD089B);