#ba81eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 129, 235
HSL
272°, 73%, 71%
CMYK
21, 45, 0, 8
Luminance
0.3214
Every format
| HEX | #ba81eb |
| RGB | rgb(186, 129, 235) |
| HSL | hsl(272, 73%, 71%) |
| CMYK | cmyk(21%, 45%, 0%, 8%) |
| LAB | lab(63.5 41.6 -45.4) |
| LCH | lch(63.5 61.5 312.5) |
| OKLCH | oklch(0.702 0.160 307.6) |
Copy-ready code
/* CSS */
color: #ba81eb;
background-color: #ba81eb;
/* Tailwind (arbitrary) */
class="text-[#ba81eb] bg-[#ba81eb]"
/* SCSS */
$brand: #ba81eb;
/* SwiftUI */
Color(red: 0.729, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#ba81eb")Accessibility — WCAG contrast
Aa
#ba81eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba81eb on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green50.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ba81eb text on a black background
contrast 7.43:1
Card sample
#ba81eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba81eb;
Background color
Panel with #ba81eb background
background-color: #ba81eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba81eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba81eb; background: linear-gradient(135deg, #ba81eb, #EB81D5);