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