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