#bc56df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 86, 223
HSL
285°, 68%, 61%
CMYK
16, 61, 0, 13
Luminance
0.2267
Every format
| HEX | #bc56df |
| RGB | rgb(188, 86, 223) |
| HSL | hsl(285, 68%, 61%) |
| CMYK | cmyk(16%, 61%, 0%, 13%) |
| LAB | lab(54.7 61.4 -52.5) |
| LCH | lch(54.7 80.8 319.5) |
| OKLCH | oklch(0.636 0.213 316.5) |
Copy-ready code
/* CSS */
color: #bc56df;
background-color: #bc56df;
/* Tailwind (arbitrary) */
class="text-[#bc56df] bg-[#bc56df]"
/* SCSS */
$brand: #bc56df;
/* SwiftUI */
Color(red: 0.737, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#bc56df")Accessibility — WCAG contrast
Aa
#bc56df on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc56df on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green33.7%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bc56df text on a black background
contrast 5.53:1
Card sample
#bc56df text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc56df;
Background color
Panel with #bc56df background
background-color: #bc56df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc56df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc56df; background: linear-gradient(135deg, #bc56df, #DF56A7);