#bc7dfe
a light, electric violet · warm · closest name: violet
RGB
188, 125, 254
HSL
269°, 99%, 74%
CMYK
26, 51, 0, 0
Luminance
0.3251
Every format
| HEX | #bc7dfe |
| RGB | rgb(188, 125, 254) |
| HSL | hsl(269, 99%, 74%) |
| CMYK | cmyk(26%, 51%, 0%, 0%) |
| LAB | lab(63.8 48.6 -55.3) |
| LCH | lch(63.8 73.7 311.3) |
| OKLCH | oklch(0.708 0.189 304.6) |
Copy-ready code
/* CSS */
color: #bc7dfe;
background-color: #bc7dfe;
/* Tailwind (arbitrary) */
class="text-[#bc7dfe] bg-[#bc7dfe]"
/* SCSS */
$brand: #bc7dfe;
/* SwiftUI */
Color(red: 0.737, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#bc7dfe")Accessibility — WCAG contrast
Aa
#bc7dfe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7dfe on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.0%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#bc7dfe text on a black background
contrast 7.50:1
Card sample
#bc7dfe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7dfe;
Background color
Panel with #bc7dfe background
background-color: #bc7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7dfe; background: linear-gradient(135deg, #bc7dfe, #FE7DEA);