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