#bc7ad7
a light, vivid violet · warm · closest name: orchid
RGB
188, 122, 215
HSL
283°, 54%, 66%
CMYK
13, 43, 0, 16
Luminance
0.2952
Every format
| HEX | #bc7ad7 |
| RGB | rgb(188, 122, 215) |
| HSL | hsl(283, 54%, 66%) |
| CMYK | cmyk(13%, 43%, 0%, 16%) |
| LAB | lab(61.2 41.7 -37.7) |
| LCH | lch(61.2 56.2 317.9) |
| OKLCH | oklch(0.683 0.149 315.6) |
Copy-ready code
/* CSS */
color: #bc7ad7;
background-color: #bc7ad7;
/* Tailwind (arbitrary) */
class="text-[#bc7ad7] bg-[#bc7ad7]"
/* SCSS */
$brand: #bc7ad7;
/* SwiftUI */
Color(red: 0.737, green: 0.478, blue: 0.843)
/* Android */
Color.parseColor("#bc7ad7")Accessibility — WCAG contrast
Aa
#bc7ad7 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc7ad7 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.8%
Blue84.3%
CMYK percentages
Cyan12.6%
Magenta43.3%
Yellow0.0%
Key (black)15.7%
Color previews
#bc7ad7 text on a black background
contrast 6.90:1
Card sample
#bc7ad7 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7ad7;
Background color
Panel with #bc7ad7 background
background-color: #bc7ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 122, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 122, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7ad7; background: linear-gradient(135deg, #bc7ad7, #D77AB4);