#bc71f7
a light, electric violet · warm · closest name: violet
RGB
188, 113, 247
HSL
274°, 89%, 71%
CMYK
24, 54, 0, 3
Luminance
0.2922
Every format
| HEX | #bc71f7 |
| RGB | rgb(188, 113, 247) |
| HSL | hsl(274, 89%, 71%) |
| CMYK | cmyk(24%, 54%, 0%, 3%) |
| LAB | lab(61.0 53.3 -55.9) |
| LCH | lch(61.0 77.3 313.7) |
| OKLCH | oklch(0.686 0.199 307.8) |
Copy-ready code
/* CSS */
color: #bc71f7;
background-color: #bc71f7;
/* Tailwind (arbitrary) */
class="text-[#bc71f7] bg-[#bc71f7]"
/* SCSS */
$brand: #bc71f7;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.969)
/* Android */
Color.parseColor("#bc71f7")Accessibility — WCAG contrast
Aa
#bc71f7 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71f7 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta54.3%
Yellow0.0%
Key (black)3.1%
Color previews
#bc71f7 text on a black background
contrast 6.84:1
Card sample
#bc71f7 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71f7;
Background color
Panel with #bc71f7 background
background-color: #bc71f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71f7; background: linear-gradient(135deg, #bc71f7, #F771D9);