#bc4eee
a balanced, electric violet · warm · closest name: magenta
RGB
188, 78, 238
HSL
281°, 83%, 62%
CMYK
21, 67, 0, 7
Luminance
0.2231
Every format
| HEX | #bc4eee |
| RGB | rgb(188, 78, 238) |
| HSL | hsl(281, 83%, 62%) |
| CMYK | cmyk(21%, 67%, 0%, 7%) |
| LAB | lab(54.4 67.9 -61.5) |
| LCH | lch(54.4 91.6 317.9) |
| OKLCH | oklch(0.636 0.238 313.3) |
Copy-ready code
/* CSS */
color: #bc4eee;
background-color: #bc4eee;
/* Tailwind (arbitrary) */
class="text-[#bc4eee] bg-[#bc4eee]"
/* SCSS */
$brand: #bc4eee;
/* SwiftUI */
Color(red: 0.737, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#bc4eee")Accessibility — WCAG contrast
Aa
#bc4eee on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4eee on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green30.6%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bc4eee text on a black background
contrast 5.46:1
Card sample
#bc4eee text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4eee;
Background color
Panel with #bc4eee background
background-color: #bc4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4eee; background: linear-gradient(135deg, #bc4eee, #EE4EB5);