#ba77eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 119, 235
HSL
275°, 74%, 69%
CMYK
21, 49, 0, 8
Luminance
0.2963
Every format
| HEX | #ba77eb |
| RGB | rgb(186, 119, 235) |
| HSL | hsl(275, 74%, 69%) |
| CMYK | cmyk(21%, 49%, 0%, 8%) |
| LAB | lab(61.3 47.0 -48.7) |
| LCH | lch(61.3 67.7 314.0) |
| OKLCH | oklch(0.686 0.176 309.2) |
Copy-ready code
/* CSS */
color: #ba77eb;
background-color: #ba77eb;
/* Tailwind (arbitrary) */
class="text-[#ba77eb] bg-[#ba77eb]"
/* SCSS */
$brand: #ba77eb;
/* SwiftUI */
Color(red: 0.729, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#ba77eb")Accessibility — WCAG contrast
Aa
#ba77eb on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba77eb on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ba77eb text on a black background
contrast 6.93:1
Card sample
#ba77eb text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba77eb;
Background color
Panel with #ba77eb background
background-color: #ba77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba77eb; background: linear-gradient(135deg, #ba77eb, #EB77CF);