#ba6dcf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 109, 207
HSL
287°, 51%, 62%
CMYK
10, 47, 0, 19
Luminance
0.2588
Every format
| HEX | #ba6dcf |
| RGB | rgb(186, 109, 207) |
| HSL | hsl(287, 51%, 62%) |
| CMYK | cmyk(10%, 47%, 0%, 19%) |
| LAB | lab(57.9 46.4 -38.4) |
| LCH | lch(57.9 60.2 320.4) |
| OKLCH | oklch(0.656 0.161 318.8) |
Copy-ready code
/* CSS */
color: #ba6dcf;
background-color: #ba6dcf;
/* Tailwind (arbitrary) */
class="text-[#ba6dcf] bg-[#ba6dcf]"
/* SCSS */
$brand: #ba6dcf;
/* SwiftUI */
Color(red: 0.729, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#ba6dcf")Accessibility — WCAG contrast
Aa
#ba6dcf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6dcf on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.7%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ba6dcf text on a black background
contrast 6.18:1
Card sample
#ba6dcf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6dcf;
Background color
Panel with #ba6dcf background
background-color: #ba6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6dcf; background: linear-gradient(135deg, #ba6dcf, #CF6DA3);