#ba71db
a light, vivid violet · warm · closest name: orchid
RGB
186, 113, 219
HSL
281°, 60%, 65%
CMYK
15, 48, 0, 14
Luminance
0.2736
Every format
| HEX | #ba71db |
| RGB | rgb(186, 113, 219) |
| HSL | hsl(281, 60%, 65%) |
| CMYK | cmyk(15%, 48%, 0%, 14%) |
| LAB | lab(59.3 46.7 -43.0) |
| LCH | lch(59.3 63.5 317.4) |
| OKLCH | oklch(0.669 0.167 314.4) |
Copy-ready code
/* CSS */
color: #ba71db;
background-color: #ba71db;
/* Tailwind (arbitrary) */
class="text-[#ba71db] bg-[#ba71db]"
/* SCSS */
$brand: #ba71db;
/* SwiftUI */
Color(red: 0.729, green: 0.443, blue: 0.859)
/* Android */
Color.parseColor("#ba71db")Accessibility — WCAG contrast
Aa
#ba71db on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba71db on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.3%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta48.4%
Yellow0.0%
Key (black)14.1%
Color previews
#ba71db text on a black background
contrast 6.47:1
Card sample
#ba71db text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba71db;
Background color
Panel with #ba71db background
background-color: #ba71db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba71db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 113, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 113, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba71db; background: linear-gradient(135deg, #ba71db, #DB71B5);