#ba82df
a light, vivid violet · warm · closest name: orchid
RGB
186, 130, 223
HSL
276°, 59%, 69%
CMYK
17, 42, 0, 13
Luminance
0.3173
Every format
| HEX | #ba82df |
| RGB | rgb(186, 130, 223) |
| HSL | hsl(276, 59%, 69%) |
| CMYK | cmyk(17%, 42%, 0%, 13%) |
| LAB | lab(63.1 38.4 -39.2) |
| LCH | lch(63.1 54.9 314.4) |
| OKLCH | oklch(0.698 0.144 310.8) |
Copy-ready code
/* CSS */
color: #ba82df;
background-color: #ba82df;
/* Tailwind (arbitrary) */
class="text-[#ba82df] bg-[#ba82df]"
/* SCSS */
$brand: #ba82df;
/* SwiftUI */
Color(red: 0.729, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#ba82df")Accessibility — WCAG contrast
Aa
#ba82df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba82df on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.0%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ba82df text on a black background
contrast 7.35:1
Card sample
#ba82df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba82df;
Background color
Panel with #ba82df background
background-color: #ba82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba82df; background: linear-gradient(135deg, #ba82df, #DF82C6);