#bc7dfb
a light, electric violet · warm · closest name: violet
RGB
188, 125, 251
HSL
270°, 94%, 74%
CMYK
25, 50, 0, 2
Luminance
0.3232
Every format
| HEX | #bc7dfb |
| RGB | rgb(188, 125, 251) |
| HSL | hsl(270, 94%, 74%) |
| CMYK | cmyk(25%, 50%, 0%, 2%) |
| LAB | lab(63.6 47.9 -53.9) |
| LCH | lch(63.6 72.1 311.6) |
| OKLCH | oklch(0.706 0.185 305.2) |
Copy-ready code
/* CSS */
color: #bc7dfb;
background-color: #bc7dfb;
/* Tailwind (arbitrary) */
class="text-[#bc7dfb] bg-[#bc7dfb]"
/* SCSS */
$brand: #bc7dfb;
/* SwiftUI */
Color(red: 0.737, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#bc7dfb")Accessibility — WCAG contrast
Aa
#bc7dfb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7dfb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.0%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#bc7dfb text on a black background
contrast 7.46:1
Card sample
#bc7dfb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7dfb;
Background color
Panel with #bc7dfb background
background-color: #bc7dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7dfb; background: linear-gradient(135deg, #bc7dfb, #FB7DE6);