#ba89eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 137, 235
HSL
270°, 71%, 73%
CMYK
21, 42, 0, 8
Luminance
0.3433
Every format
| HEX | #ba89eb |
| RGB | rgb(186, 137, 235) |
| HSL | hsl(270, 71%, 73%) |
| CMYK | cmyk(21%, 42%, 0%, 8%) |
| LAB | lab(65.2 37.2 -42.6) |
| LCH | lch(65.2 56.6 311.2) |
| OKLCH | oklch(0.715 0.146 306.1) |
Copy-ready code
/* CSS */
color: #ba89eb;
background-color: #ba89eb;
/* Tailwind (arbitrary) */
class="text-[#ba89eb] bg-[#ba89eb]"
/* SCSS */
$brand: #ba89eb;
/* SwiftUI */
Color(red: 0.729, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#ba89eb")Accessibility — WCAG contrast
Aa
#ba89eb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba89eb on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba89eb text on a black background
contrast 7.87:1
Card sample
#ba89eb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba89eb;
Background color
Panel with #ba89eb background
background-color: #ba89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba89eb; background: linear-gradient(135deg, #ba89eb, #EB89DB);