#bc6df5
a light, electric violet · warm · closest name: violet
RGB
188, 109, 245
HSL
275°, 87%, 69%
CMYK
23, 56, 0, 4
Luminance
0.2822
Every format
| HEX | #bc6df5 |
| RGB | rgb(188, 109, 245) |
| HSL | hsl(275, 87%, 69%) |
| CMYK | cmyk(23%, 56%, 0%, 4%) |
| LAB | lab(60.1 54.9 -56.2) |
| LCH | lch(60.1 78.6 314.3) |
| OKLCH | oklch(0.679 0.203 308.8) |
Copy-ready code
/* CSS */
color: #bc6df5;
background-color: #bc6df5;
/* Tailwind (arbitrary) */
class="text-[#bc6df5] bg-[#bc6df5]"
/* SCSS */
$brand: #bc6df5;
/* SwiftUI */
Color(red: 0.737, green: 0.427, blue: 0.961)
/* Android */
Color.parseColor("#bc6df5")Accessibility — WCAG contrast
Aa
#bc6df5 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6df5 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green42.7%
Blue96.1%
CMYK percentages
Cyan23.3%
Magenta55.5%
Yellow0.0%
Key (black)3.9%
Color previews
#bc6df5 text on a black background
contrast 6.64:1
Card sample
#bc6df5 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6df5;
Background color
Panel with #bc6df5 background
background-color: #bc6df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 109, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 109, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6df5; background: linear-gradient(135deg, #bc6df5, #F56DD3);