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