#bc6afd
a light, electric violet · warm · closest name: violet
RGB
188, 106, 253
HSL
274°, 97%, 70%
CMYK
26, 58, 0, 1
Luminance
0.2809
Every format
| HEX | #bc6afd |
| RGB | rgb(188, 106, 253) |
| HSL | hsl(274, 97%, 70%) |
| CMYK | cmyk(26%, 58%, 0%, 1%) |
| LAB | lab(60.0 58.2 -60.8) |
| LCH | lch(60.0 84.2 313.7) |
| OKLCH | oklch(0.680 0.216 307.3) |
Copy-ready code
/* CSS */
color: #bc6afd;
background-color: #bc6afd;
/* Tailwind (arbitrary) */
class="text-[#bc6afd] bg-[#bc6afd]"
/* SCSS */
$brand: #bc6afd;
/* SwiftUI */
Color(red: 0.737, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#bc6afd")Accessibility — WCAG contrast
Aa
#bc6afd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6afd on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green41.6%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bc6afd text on a black background
contrast 6.62:1
Card sample
#bc6afd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6afd;
Background color
Panel with #bc6afd background
background-color: #bc6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6afd; background: linear-gradient(135deg, #bc6afd, #FD6ADC);