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