#bc8bfd
a light, electric violet · warm · closest name: violet
RGB
188, 139, 253
HSL
266°, 97%, 77%
CMYK
26, 45, 0, 1
Luminance
0.3625
Every format
| HEX | #bc8bfd |
| RGB | rgb(188, 139, 253) |
| HSL | hsl(266, 97%, 77%) |
| CMYK | cmyk(26%, 45%, 0%, 1%) |
| LAB | lab(66.7 40.8 -50.1) |
| LCH | lch(66.7 64.6 309.2) |
| OKLCH | oklch(0.730 0.166 302.3) |
Copy-ready code
/* CSS */
color: #bc8bfd;
background-color: #bc8bfd;
/* Tailwind (arbitrary) */
class="text-[#bc8bfd] bg-[#bc8bfd]"
/* SCSS */
$brand: #bc8bfd;
/* SwiftUI */
Color(red: 0.737, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#bc8bfd")Accessibility — WCAG contrast
Aa
#bc8bfd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8bfd on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green54.5%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bc8bfd text on a black background
contrast 8.25:1
Card sample
#bc8bfd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8bfd;
Background color
Panel with #bc8bfd background
background-color: #bc8bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8bfd; background: linear-gradient(135deg, #bc8bfd, #FD8BF2);