#bc71f3
a light, electric violet · warm · closest name: violet
RGB
188, 113, 243
HSL
275°, 84%, 70%
CMYK
23, 54, 0, 5
Luminance
0.2897
Every format
| HEX | #bc71f3 |
| RGB | rgb(188, 113, 243) |
| HSL | hsl(275, 84%, 70%) |
| CMYK | cmyk(23%, 54%, 0%, 5%) |
| LAB | lab(60.8 52.4 -54.0) |
| LCH | lch(60.8 75.3 314.1) |
| OKLCH | oklch(0.684 0.195 308.8) |
Copy-ready code
/* CSS */
color: #bc71f3;
background-color: #bc71f3;
/* Tailwind (arbitrary) */
class="text-[#bc71f3] bg-[#bc71f3]"
/* SCSS */
$brand: #bc71f3;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.953)
/* Android */
Color.parseColor("#bc71f3")Accessibility — WCAG contrast
Aa
#bc71f3 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71f3 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta53.5%
Yellow0.0%
Key (black)4.7%
Color previews
#bc71f3 text on a black background
contrast 6.79:1
Card sample
#bc71f3 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71f3;
Background color
Panel with #bc71f3 background
background-color: #bc71f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71f3; background: linear-gradient(135deg, #bc71f3, #F371D3);