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