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