#bc0eee
a balanced, electric violet · warm · closest name: magenta
RGB
188, 14, 238
HSL
287°, 89%, 49%
CMYK
21, 94, 0, 7
Luminance
0.1718
Every format
| HEX | #bc0eee |
| RGB | rgb(188, 14, 238) |
| HSL | hsl(287, 89%, 49%) |
| CMYK | cmyk(21%, 94%, 0%, 7%) |
| LAB | lab(48.5 84.9 -71.0) |
| LCH | lch(48.5 110.7 320.1) |
| OKLCH | oklch(0.595 0.287 315.6) |
Copy-ready code
/* CSS */
color: #bc0eee;
background-color: #bc0eee;
/* Tailwind (arbitrary) */
class="text-[#bc0eee] bg-[#bc0eee]"
/* SCSS */
$brand: #bc0eee;
/* SwiftUI */
Color(red: 0.737, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#bc0eee")Accessibility — WCAG contrast
Aa
#bc0eee on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0eee on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.5%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#bc0eee text on a black background
contrast 4.44:1
Card sample
#bc0eee text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0eee;
Background color
Panel with #bc0eee background
background-color: #bc0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0eee; background: linear-gradient(135deg, #bc0eee, #EE0E8B);