#ba6cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 108, 223
HSL
281°, 64%, 65%
CMYK
17, 52, 0, 13
Luminance
0.2649
Every format
| HEX | #ba6cdf |
| RGB | rgb(186, 108, 223) |
| HSL | hsl(281, 64%, 65%) |
| CMYK | cmyk(17%, 52%, 0%, 13%) |
| LAB | lab(58.5 50.2 -46.5) |
| LCH | lch(58.5 68.4 317.2) |
| OKLCH | oklch(0.663 0.180 313.8) |
Copy-ready code
/* CSS */
color: #ba6cdf;
background-color: #ba6cdf;
/* Tailwind (arbitrary) */
class="text-[#ba6cdf] bg-[#ba6cdf]"
/* SCSS */
$brand: #ba6cdf;
/* SwiftUI */
Color(red: 0.729, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ba6cdf")Accessibility — WCAG contrast
Aa
#ba6cdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6cdf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ba6cdf text on a black background
contrast 6.30:1
Card sample
#ba6cdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6cdf;
Background color
Panel with #ba6cdf background
background-color: #ba6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6cdf; background: linear-gradient(135deg, #ba6cdf, #DF6CB7);