#ba85eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 133, 235
HSL
271°, 72%, 72%
CMYK
21, 43, 0, 8
Luminance
0.3321
Every format
| HEX | #ba85eb |
| RGB | rgb(186, 133, 235) |
| HSL | hsl(271, 72%, 72%) |
| CMYK | cmyk(21%, 43%, 0%, 8%) |
| LAB | lab(64.3 39.4 -44.0) |
| LCH | lch(64.3 59.1 311.9) |
| OKLCH | oklch(0.709 0.153 306.9) |
Copy-ready code
/* CSS */
color: #ba85eb;
background-color: #ba85eb;
/* Tailwind (arbitrary) */
class="text-[#ba85eb] bg-[#ba85eb]"
/* SCSS */
$brand: #ba85eb;
/* SwiftUI */
Color(red: 0.729, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#ba85eb")Accessibility — WCAG contrast
Aa
#ba85eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba85eb on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.2%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ba85eb text on a black background
contrast 7.64:1
Card sample
#ba85eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba85eb;
Background color
Panel with #ba85eb background
background-color: #ba85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba85eb; background: linear-gradient(135deg, #ba85eb, #EB85D8);