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