#bc71fc
a light, electric violet · warm · closest name: violet
RGB
188, 113, 252
HSL
272°, 96%, 72%
CMYK
25, 55, 0, 1
Luminance
0.2953
Every format
| HEX | #bc71fc |
| RGB | rgb(188, 113, 252) |
| HSL | hsl(272, 96%, 72%) |
| CMYK | cmyk(25%, 55%, 0%, 1%) |
| LAB | lab(61.3 54.5 -58.2) |
| LCH | lch(61.3 79.7 313.1) |
| OKLCH | oklch(0.689 0.204 306.7) |
Copy-ready code
/* CSS */
color: #bc71fc;
background-color: #bc71fc;
/* Tailwind (arbitrary) */
class="text-[#bc71fc] bg-[#bc71fc]"
/* SCSS */
$brand: #bc71fc;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#bc71fc")Accessibility — WCAG contrast
Aa
#bc71fc on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71fc on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta55.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bc71fc text on a black background
contrast 6.91:1
Card sample
#bc71fc text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71fc;
Background color
Panel with #bc71fc background
background-color: #bc71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71fc; background: linear-gradient(135deg, #bc71fc, #FC71DF);