#ba77cc
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 119, 204
HSL
287°, 46%, 63%
CMYK
9, 42, 0, 20
Luminance
0.2799
Every format
| HEX | #ba77cc |
| RGB | rgb(186, 119, 204) |
| HSL | hsl(287, 46%, 63%) |
| CMYK | cmyk(9%, 42%, 0%, 20%) |
| LAB | lab(59.9 40.4 -33.6) |
| LCH | lch(59.9 52.6 320.3) |
| OKLCH | oklch(0.671 0.141 318.9) |
Copy-ready code
/* CSS */
color: #ba77cc;
background-color: #ba77cc;
/* Tailwind (arbitrary) */
class="text-[#ba77cc] bg-[#ba77cc]"
/* SCSS */
$brand: #ba77cc;
/* SwiftUI */
Color(red: 0.729, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#ba77cc")Accessibility — WCAG contrast
Aa
#ba77cc on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba77cc on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.7%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#ba77cc text on a black background
contrast 6.60:1
Card sample
#ba77cc text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba77cc;
Background color
Panel with #ba77cc background
background-color: #ba77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba77cc; background: linear-gradient(135deg, #ba77cc, #CC77A5);