#bc6cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 108, 223
HSL
282°, 64%, 65%
CMYK
16, 52, 0, 13
Luminance
0.2674
Every format
| HEX | #bc6cdf |
| RGB | rgb(188, 108, 223) |
| HSL | hsl(282, 64%, 65%) |
| CMYK | cmyk(16%, 52%, 0%, 13%) |
| LAB | lab(58.7 50.7 -46.1) |
| LCH | lch(58.7 68.5 317.7) |
| OKLCH | oklch(0.665 0.180 314.6) |
Copy-ready code
/* CSS */
color: #bc6cdf;
background-color: #bc6cdf;
/* Tailwind (arbitrary) */
class="text-[#bc6cdf] bg-[#bc6cdf]"
/* SCSS */
$brand: #bc6cdf;
/* SwiftUI */
Color(red: 0.737, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#bc6cdf")Accessibility — WCAG contrast
Aa
#bc6cdf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6cdf on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bc6cdf text on a black background
contrast 6.35:1
Card sample
#bc6cdf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6cdf;
Background color
Panel with #bc6cdf background
background-color: #bc6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6cdf; background: linear-gradient(135deg, #bc6cdf, #DF6CB5);