#ba84eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 132, 235
HSL
272°, 72%, 72%
CMYK
21, 44, 0, 8
Luminance
0.3294
Every format
| HEX | #ba84eb |
| RGB | rgb(186, 132, 235) |
| HSL | hsl(272, 72%, 72%) |
| CMYK | cmyk(21%, 44%, 0%, 8%) |
| LAB | lab(64.1 40.0 -44.3) |
| LCH | lch(64.1 59.7 312.1) |
| OKLCH | oklch(0.707 0.155 307.0) |
Copy-ready code
/* CSS */
color: #ba84eb;
background-color: #ba84eb;
/* Tailwind (arbitrary) */
class="text-[#ba84eb] bg-[#ba84eb]"
/* SCSS */
$brand: #ba84eb;
/* SwiftUI */
Color(red: 0.729, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#ba84eb")Accessibility — WCAG contrast
Aa
#ba84eb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba84eb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.8%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ba84eb text on a black background
contrast 7.59:1
Card sample
#ba84eb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba84eb;
Background color
Panel with #ba84eb background
background-color: #ba84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba84eb; background: linear-gradient(135deg, #ba84eb, #EB84D7);