#bc2eef
a balanced, electric violet · warm · closest name: magenta
RGB
188, 46, 239
HSL
284°, 86%, 56%
CMYK
21, 81, 0, 6
Luminance
0.1888
Every format
| HEX | #bc2eef |
| RGB | rgb(188, 46, 239) |
| HSL | hsl(284, 86%, 56%) |
| CMYK | cmyk(21%, 81%, 0%, 6%) |
| LAB | lab(50.5 79.2 -68.2) |
| LCH | lch(50.5 104.5 319.3) |
| OKLCH | oklch(0.610 0.271 314.7) |
Copy-ready code
/* CSS */
color: #bc2eef;
background-color: #bc2eef;
/* Tailwind (arbitrary) */
class="text-[#bc2eef] bg-[#bc2eef]"
/* SCSS */
$brand: #bc2eef;
/* SwiftUI */
Color(red: 0.737, green: 0.180, blue: 0.937)
/* Android */
Color.parseColor("#bc2eef")Accessibility — WCAG contrast
Aa
#bc2eef on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc2eef on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.0%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta80.8%
Yellow0.0%
Key (black)6.3%
Color previews
#bc2eef text on a black background
contrast 4.78:1
Card sample
#bc2eef text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2eef;
Background color
Panel with #bc2eef background
background-color: #bc2eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 46, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 46, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2eef; background: linear-gradient(135deg, #bc2eef, #EF2EA2);