#ba85df
a light, vivid violet · warm · closest name: orchid
RGB
186, 133, 223
HSL
275°, 58%, 70%
CMYK
17, 40, 0, 13
Luminance
0.3254
Every format
| HEX | #ba85df |
| RGB | rgb(186, 133, 223) |
| HSL | hsl(275, 58%, 70%) |
| CMYK | cmyk(17%, 40%, 0%, 13%) |
| LAB | lab(63.8 36.8 -38.2) |
| LCH | lch(63.8 53.0 313.9) |
| OKLCH | oklch(0.703 0.139 310.3) |
Copy-ready code
/* CSS */
color: #ba85df;
background-color: #ba85df;
/* Tailwind (arbitrary) */
class="text-[#ba85df] bg-[#ba85df]"
/* SCSS */
$brand: #ba85df;
/* SwiftUI */
Color(red: 0.729, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#ba85df")Accessibility — WCAG contrast
Aa
#ba85df on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba85df on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ba85df text on a black background
contrast 7.51:1
Card sample
#ba85df text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba85df;
Background color
Panel with #ba85df background
background-color: #ba85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba85df; background: linear-gradient(135deg, #ba85df, #DF85C8);