#bc09eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 9, 235
HSL
288°, 93%, 48%
CMYK
20, 96, 0, 8
Luminance
0.1688
Every format
| HEX | #bc09eb |
| RGB | rgb(188, 9, 235) |
| HSL | hsl(288, 93%, 48%) |
| CMYK | cmyk(20%, 96%, 0%, 8%) |
| LAB | lab(48.1 84.8 -69.9) |
| LCH | lch(48.1 109.9 320.5) |
| OKLCH | oklch(0.592 0.286 316.4) |
Copy-ready code
/* CSS */
color: #bc09eb;
background-color: #bc09eb;
/* Tailwind (arbitrary) */
class="text-[#bc09eb] bg-[#bc09eb]"
/* SCSS */
$brand: #bc09eb;
/* SwiftUI */
Color(red: 0.737, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#bc09eb")Accessibility — WCAG contrast
Aa
#bc09eb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc09eb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green3.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bc09eb text on a black background
contrast 4.38:1
Card sample
#bc09eb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc09eb;
Background color
Panel with #bc09eb background
background-color: #bc09eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc09eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc09eb; background: linear-gradient(135deg, #bc09eb, #EB0983);