#ba5cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 92, 223
HSL
283°, 67%, 62%
CMYK
17, 59, 0, 13
Luminance
0.2342
Every format
| HEX | #ba5cdf |
| RGB | rgb(186, 92, 223) |
| HSL | hsl(283, 67%, 62%) |
| CMYK | cmyk(17%, 59%, 0%, 13%) |
| LAB | lab(55.5 58.2 -51.2) |
| LCH | lch(55.5 77.5 318.6) |
| OKLCH | oklch(0.641 0.204 315.3) |
Copy-ready code
/* CSS */
color: #ba5cdf;
background-color: #ba5cdf;
/* Tailwind (arbitrary) */
class="text-[#ba5cdf] bg-[#ba5cdf]"
/* SCSS */
$brand: #ba5cdf;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ba5cdf")Accessibility — WCAG contrast
Aa
#ba5cdf on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5cdf on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ba5cdf text on a black background
contrast 5.68:1
Card sample
#ba5cdf text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5cdf;
Background color
Panel with #ba5cdf background
background-color: #ba5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5cdf; background: linear-gradient(135deg, #ba5cdf, #DF5CAD);