#bc6fdf
a light, vivid violet · warm · closest name: orchid
RGB
188, 111, 223
HSL
281°, 64%, 66%
CMYK
16, 50, 0, 13
Luminance
0.2739
Every format
| HEX | #bc6fdf |
| RGB | rgb(188, 111, 223) |
| HSL | hsl(281, 64%, 66%) |
| CMYK | cmyk(16%, 50%, 0%, 13%) |
| LAB | lab(59.3 49.2 -45.1) |
| LCH | lch(59.3 66.8 317.4) |
| OKLCH | oklch(0.670 0.176 314.3) |
Copy-ready code
/* CSS */
color: #bc6fdf;
background-color: #bc6fdf;
/* Tailwind (arbitrary) */
class="text-[#bc6fdf] bg-[#bc6fdf]"
/* SCSS */
$brand: #bc6fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#bc6fdf")Accessibility — WCAG contrast
Aa
#bc6fdf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6fdf on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bc6fdf text on a black background
contrast 6.48:1
Card sample
#bc6fdf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6fdf;
Background color
Panel with #bc6fdf background
background-color: #bc6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6fdf; background: linear-gradient(135deg, #bc6fdf, #DF6FB7);