#bc78df
a light, vivid violet · warm · closest name: orchid
RGB
188, 120, 223
HSL
280°, 62%, 67%
CMYK
16, 46, 0, 13
Luminance
0.2945
Every format
| HEX | #bc78df |
| RGB | rgb(188, 120, 223) |
| HSL | hsl(280, 62%, 67%) |
| CMYK | cmyk(16%, 46%, 0%, 13%) |
| LAB | lab(61.2 44.4 -42.2) |
| LCH | lch(61.2 61.3 316.4) |
| OKLCH | oklch(0.684 0.161 313.2) |
Copy-ready code
/* CSS */
color: #bc78df;
background-color: #bc78df;
/* Tailwind (arbitrary) */
class="text-[#bc78df] bg-[#bc78df]"
/* SCSS */
$brand: #bc78df;
/* SwiftUI */
Color(red: 0.737, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#bc78df")Accessibility — WCAG contrast
Aa
#bc78df on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc78df on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.1%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bc78df text on a black background
contrast 6.89:1
Card sample
#bc78df text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc78df;
Background color
Panel with #bc78df background
background-color: #bc78df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc78df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc78df; background: linear-gradient(135deg, #bc78df, #DF78BD);