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