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