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