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