#bc69eb
a light, electric violet · warm · closest name: orchid
RGB
188, 105, 235
HSL
278°, 77%, 67%
CMYK
20, 55, 0, 8
Luminance
0.2679
Every format
| HEX | #bc69eb |
| RGB | rgb(188, 105, 235) |
| HSL | hsl(278, 77%, 67%) |
| CMYK | cmyk(20%, 55%, 0%, 8%) |
| LAB | lab(58.8 54.8 -52.7) |
| LCH | lch(58.8 76.0 316.1) |
| OKLCH | oklch(0.668 0.198 311.7) |
Copy-ready code
/* CSS */
color: #bc69eb;
background-color: #bc69eb;
/* Tailwind (arbitrary) */
class="text-[#bc69eb] bg-[#bc69eb]"
/* SCSS */
$brand: #bc69eb;
/* SwiftUI */
Color(red: 0.737, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#bc69eb")Accessibility — WCAG contrast
Aa
#bc69eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc69eb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green41.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bc69eb text on a black background
contrast 6.36:1
Card sample
#bc69eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc69eb;
Background color
Panel with #bc69eb background
background-color: #bc69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc69eb; background: linear-gradient(135deg, #bc69eb, #EB69C3);