#bc7fd8
a light, vivid violet · warm · closest name: orchid
RGB
188, 127, 216
HSL
281°, 53%, 67%
CMYK
13, 41, 0, 15
Luminance
0.3083
Every format
| HEX | #bc7fd8 |
| RGB | rgb(188, 127, 216) |
| HSL | hsl(281, 53%, 67%) |
| CMYK | cmyk(13%, 41%, 0%, 15%) |
| LAB | lab(62.4 39.2 -36.5) |
| LCH | lch(62.4 53.5 317.0) |
| OKLCH | oklch(0.691 0.141 314.6) |
Copy-ready code
/* CSS */
color: #bc7fd8;
background-color: #bc7fd8;
/* Tailwind (arbitrary) */
class="text-[#bc7fd8] bg-[#bc7fd8]"
/* SCSS */
$brand: #bc7fd8;
/* SwiftUI */
Color(red: 0.737, green: 0.498, blue: 0.847)
/* Android */
Color.parseColor("#bc7fd8")Accessibility — WCAG contrast
Aa
#bc7fd8 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7fd8 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.8%
Blue84.7%
CMYK percentages
Cyan13.0%
Magenta41.2%
Yellow0.0%
Key (black)15.3%
Color previews
#bc7fd8 text on a black background
contrast 7.17:1
Card sample
#bc7fd8 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7fd8;
Background color
Panel with #bc7fd8 background
background-color: #bc7fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 127, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 127, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7fd8; background: linear-gradient(135deg, #bc7fd8, #D87FB9);