#bc6dfb
a light, electric violet · warm · closest name: violet
RGB
188, 109, 251
HSL
273°, 95%, 71%
CMYK
25, 57, 0, 2
Luminance
0.2859
Every format
| HEX | #bc6dfb |
| RGB | rgb(188, 109, 251) |
| HSL | hsl(273, 95%, 71%) |
| CMYK | cmyk(25%, 57%, 0%, 2%) |
| LAB | lab(60.4 56.3 -59.0) |
| LCH | lch(60.4 81.5 313.6) |
| OKLCH | oklch(0.683 0.209 307.4) |
Copy-ready code
/* CSS */
color: #bc6dfb;
background-color: #bc6dfb;
/* Tailwind (arbitrary) */
class="text-[#bc6dfb] bg-[#bc6dfb]"
/* SCSS */
$brand: #bc6dfb;
/* SwiftUI */
Color(red: 0.737, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#bc6dfb")Accessibility — WCAG contrast
Aa
#bc6dfb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6dfb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green42.7%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#bc6dfb text on a black background
contrast 6.72:1
Card sample
#bc6dfb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6dfb;
Background color
Panel with #bc6dfb background
background-color: #bc6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6dfb; background: linear-gradient(135deg, #bc6dfb, #FB6DDB);