#bc3eee
a balanced, electric violet · warm · closest name: magenta
RGB
188, 62, 238
HSL
283°, 84%, 59%
CMYK
21, 74, 0, 7
Luminance
0.2031
Every format
| HEX | #bc3eee |
| RGB | rgb(188, 62, 238) |
| HSL | hsl(283, 84%, 59%) |
| CMYK | cmyk(21%, 74%, 0%, 7%) |
| LAB | lab(52.2 74.1 -65.0) |
| LCH | lch(52.2 98.5 318.7) |
| OKLCH | oklch(0.621 0.256 314.2) |
Copy-ready code
/* CSS */
color: #bc3eee;
background-color: #bc3eee;
/* Tailwind (arbitrary) */
class="text-[#bc3eee] bg-[#bc3eee]"
/* SCSS */
$brand: #bc3eee;
/* SwiftUI */
Color(red: 0.737, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#bc3eee")Accessibility — WCAG contrast
Aa
#bc3eee on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3eee on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.3%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bc3eee text on a black background
contrast 5.06:1
Card sample
#bc3eee text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3eee;
Background color
Panel with #bc3eee background
background-color: #bc3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3eee; background: linear-gradient(135deg, #bc3eee, #EE3EAA);