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