#bc71cf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 113, 207
HSL
288°, 50%, 63%
CMYK
9, 45, 0, 19
Luminance
0.2701
Every format
| HEX | #bc71cf |
| RGB | rgb(188, 113, 207) |
| HSL | hsl(288, 50%, 63%) |
| CMYK | cmyk(9%, 45%, 0%, 19%) |
| LAB | lab(59.0 44.8 -36.7) |
| LCH | lch(59.0 57.9 320.7) |
| OKLCH | oklch(0.665 0.155 319.3) |
Copy-ready code
/* CSS */
color: #bc71cf;
background-color: #bc71cf;
/* Tailwind (arbitrary) */
class="text-[#bc71cf] bg-[#bc71cf]"
/* SCSS */
$brand: #bc71cf;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#bc71cf")Accessibility — WCAG contrast
Aa
#bc71cf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71cf on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bc71cf text on a black background
contrast 6.40:1
Card sample
#bc71cf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71cf;
Background color
Panel with #bc71cf background
background-color: #bc71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71cf; background: linear-gradient(135deg, #bc71cf, #CF71A3);