#bc7fd6
a light, vivid violet · warm · closest name: orchid
RGB
188, 127, 214
HSL
282°, 52%, 67%
CMYK
12, 41, 0, 16
Luminance
0.3073
Every format
| HEX | #bc7fd6 |
| RGB | rgb(188, 127, 214) |
| HSL | hsl(282, 52%, 67%) |
| CMYK | cmyk(12%, 41%, 0%, 16%) |
| LAB | lab(62.3 38.7 -35.5) |
| LCH | lch(62.3 52.5 317.5) |
| OKLCH | oklch(0.691 0.139 315.3) |
Copy-ready code
/* CSS */
color: #bc7fd6;
background-color: #bc7fd6;
/* Tailwind (arbitrary) */
class="text-[#bc7fd6] bg-[#bc7fd6]"
/* SCSS */
$brand: #bc7fd6;
/* SwiftUI */
Color(red: 0.737, green: 0.498, blue: 0.839)
/* Android */
Color.parseColor("#bc7fd6")Accessibility — WCAG contrast
Aa
#bc7fd6 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7fd6 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.8%
Blue83.9%
CMYK percentages
Cyan12.1%
Magenta40.7%
Yellow0.0%
Key (black)16.1%
Color previews
#bc7fd6 text on a black background
contrast 7.15:1
Card sample
#bc7fd6 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7fd6;
Background color
Panel with #bc7fd6 background
background-color: #bc7fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 127, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 127, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7fd6; background: linear-gradient(135deg, #bc7fd6, #D67FB6);