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