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