#bc6df6
a light, electric violet · warm · closest name: violet
RGB
188, 109, 246
HSL
275°, 88%, 70%
CMYK
24, 56, 0, 4
Luminance
0.2828
Every format
| HEX | #bc6df6 |
| RGB | rgb(188, 109, 246) |
| HSL | hsl(275, 88%, 70%) |
| CMYK | cmyk(24%, 56%, 0%, 4%) |
| LAB | lab(60.1 55.1 -56.7) |
| LCH | lch(60.1 79.1 314.2) |
| OKLCH | oklch(0.680 0.204 308.6) |
Copy-ready code
/* CSS */
color: #bc6df6;
background-color: #bc6df6;
/* Tailwind (arbitrary) */
class="text-[#bc6df6] bg-[#bc6df6]"
/* SCSS */
$brand: #bc6df6;
/* SwiftUI */
Color(red: 0.737, green: 0.427, blue: 0.965)
/* Android */
Color.parseColor("#bc6df6")Accessibility — WCAG contrast
Aa
#bc6df6 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6df6 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green42.7%
Blue96.5%
CMYK percentages
Cyan23.6%
Magenta55.7%
Yellow0.0%
Key (black)3.5%
Color previews
#bc6df6 text on a black background
contrast 6.66:1
Card sample
#bc6df6 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6df6;
Background color
Panel with #bc6df6 background
background-color: #bc6df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 109, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 109, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6df6; background: linear-gradient(135deg, #bc6df6, #F66DD5);