#ba6fdf
a light, vivid violet · warm · closest name: orchid
RGB
186, 111, 223
HSL
280°, 64%, 66%
CMYK
17, 50, 0, 13
Luminance
0.2714
Every format
| HEX | #ba6fdf |
| RGB | rgb(186, 111, 223) |
| HSL | hsl(280, 64%, 66%) |
| CMYK | cmyk(17%, 50%, 0%, 13%) |
| LAB | lab(59.1 48.6 -45.5) |
| LCH | lch(59.1 66.6 316.9) |
| OKLCH | oklch(0.668 0.175 313.5) |
Copy-ready code
/* CSS */
color: #ba6fdf;
background-color: #ba6fdf;
/* Tailwind (arbitrary) */
class="text-[#ba6fdf] bg-[#ba6fdf]"
/* SCSS */
$brand: #ba6fdf;
/* SwiftUI */
Color(red: 0.729, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#ba6fdf")Accessibility — WCAG contrast
Aa
#ba6fdf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6fdf on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba6fdf text on a black background
contrast 6.43:1
Card sample
#ba6fdf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6fdf;
Background color
Panel with #ba6fdf background
background-color: #ba6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6fdf; background: linear-gradient(135deg, #ba6fdf, #DF6FB9);