#bc63eb
a light, electric violet · warm · closest name: orchid
RGB
188, 99, 235
HSL
279°, 77%, 66%
CMYK
20, 58, 0, 8
Luminance
0.2561
Every format
| HEX | #bc63eb |
| RGB | rgb(188, 99, 235) |
| HSL | hsl(279, 77%, 66%) |
| CMYK | cmyk(20%, 58%, 0%, 8%) |
| LAB | lab(57.7 57.8 -54.5) |
| LCH | lch(57.7 79.4 316.7) |
| OKLCH | oklch(0.660 0.207 312.3) |
Copy-ready code
/* CSS */
color: #bc63eb;
background-color: #bc63eb;
/* Tailwind (arbitrary) */
class="text-[#bc63eb] bg-[#bc63eb]"
/* SCSS */
$brand: #bc63eb;
/* SwiftUI */
Color(red: 0.737, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#bc63eb")Accessibility — WCAG contrast
Aa
#bc63eb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc63eb on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green38.8%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bc63eb text on a black background
contrast 6.12:1
Card sample
#bc63eb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc63eb;
Background color
Panel with #bc63eb background
background-color: #bc63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc63eb; background: linear-gradient(135deg, #bc63eb, #EB63BF);