#bc71df
a light, vivid violet · warm · closest name: orchid
RGB
188, 113, 223
HSL
281°, 63%, 66%
CMYK
16, 49, 0, 13
Luminance
0.2783
Every format
| HEX | #bc71df |
| RGB | rgb(188, 113, 223) |
| HSL | hsl(281, 63%, 66%) |
| CMYK | cmyk(16%, 49%, 0%, 13%) |
| LAB | lab(59.7 48.1 -44.5) |
| LCH | lch(59.7 65.6 317.2) |
| OKLCH | oklch(0.673 0.173 314.1) |
Copy-ready code
/* CSS */
color: #bc71df;
background-color: #bc71df;
/* Tailwind (arbitrary) */
class="text-[#bc71df] bg-[#bc71df]"
/* SCSS */
$brand: #bc71df;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#bc71df")Accessibility — WCAG contrast
Aa
#bc71df on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71df on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bc71df text on a black background
contrast 6.57:1
Card sample
#bc71df text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71df;
Background color
Panel with #bc71df background
background-color: #bc71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71df; background: linear-gradient(135deg, #bc71df, #DF71B9);