#bc6dfd
a light, electric violet · warm · closest name: violet
RGB
188, 109, 253
HSL
273°, 97%, 71%
CMYK
26, 57, 0, 1
Luminance
0.2872
Every format
| HEX | #bc6dfd |
| RGB | rgb(188, 109, 253) |
| HSL | hsl(273, 97%, 71%) |
| CMYK | cmyk(26%, 57%, 0%, 1%) |
| LAB | lab(60.5 56.7 -59.9) |
| LCH | lch(60.5 82.5 313.4) |
| OKLCH | oklch(0.684 0.211 307.0) |
Copy-ready code
/* CSS */
color: #bc6dfd;
background-color: #bc6dfd;
/* Tailwind (arbitrary) */
class="text-[#bc6dfd] bg-[#bc6dfd]"
/* SCSS */
$brand: #bc6dfd;
/* SwiftUI */
Color(red: 0.737, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#bc6dfd")Accessibility — WCAG contrast
Aa
#bc6dfd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6dfd on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green42.7%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bc6dfd text on a black background
contrast 6.74:1
Card sample
#bc6dfd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6dfd;
Background color
Panel with #bc6dfd background
background-color: #bc6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6dfd; background: linear-gradient(135deg, #bc6dfd, #FD6DDE);