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