#bc6afb
a light, electric violet · warm · closest name: violet
RGB
188, 106, 251
HSL
274°, 95%, 70%
CMYK
25, 58, 0, 2
Luminance
0.2796
Every format
| HEX | #bc6afb |
| RGB | rgb(188, 106, 251) |
| HSL | hsl(274, 95%, 70%) |
| CMYK | cmyk(25%, 58%, 0%, 2%) |
| LAB | lab(59.9 57.8 -59.9) |
| LCH | lch(59.9 83.2 314.0) |
| OKLCH | oklch(0.679 0.213 307.8) |
Copy-ready code
/* CSS */
color: #bc6afb;
background-color: #bc6afb;
/* Tailwind (arbitrary) */
class="text-[#bc6afb] bg-[#bc6afb]"
/* SCSS */
$brand: #bc6afb;
/* SwiftUI */
Color(red: 0.737, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#bc6afb")Accessibility — WCAG contrast
Aa
#bc6afb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6afb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green41.6%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#bc6afb text on a black background
contrast 6.59:1
Card sample
#bc6afb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6afb;
Background color
Panel with #bc6afb background
background-color: #bc6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6afb; background: linear-gradient(135deg, #bc6afb, #FB6AD9);