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