#bc63f2
a light, electric violet · warm · closest name: violet
RGB
188, 99, 242
HSL
277°, 85%, 67%
CMYK
22, 59, 0, 5
Luminance
0.2603
Every format
| HEX | #bc63f2 |
| RGB | rgb(188, 99, 242) |
| HSL | hsl(277, 85%, 67%) |
| CMYK | cmyk(22%, 59%, 0%, 5%) |
| LAB | lab(58.1 59.3 -57.8) |
| LCH | lch(58.1 82.8 315.7) |
| OKLCH | oklch(0.664 0.214 310.6) |
Copy-ready code
/* CSS */
color: #bc63f2;
background-color: #bc63f2;
/* Tailwind (arbitrary) */
class="text-[#bc63f2] bg-[#bc63f2]"
/* SCSS */
$brand: #bc63f2;
/* SwiftUI */
Color(red: 0.737, green: 0.388, blue: 0.949)
/* Android */
Color.parseColor("#bc63f2")Accessibility — WCAG contrast
Aa
#bc63f2 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc63f2 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green38.8%
Blue94.9%
CMYK percentages
Cyan22.3%
Magenta59.1%
Yellow0.0%
Key (black)5.1%
Color previews
#bc63f2 text on a black background
contrast 6.21:1
Card sample
#bc63f2 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc63f2;
Background color
Panel with #bc63f2 background
background-color: #bc63f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc63f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 99, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 99, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc63f2; background: linear-gradient(135deg, #bc63f2, #F263C9);