#ba5cd1
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 92, 209
HSL
288°, 56%, 59%
CMYK
11, 56, 0, 18
Luminance
0.2270
Every format
| HEX | #ba5cd1 |
| RGB | rgb(186, 92, 209) |
| HSL | hsl(288, 56%, 59%) |
| CMYK | cmyk(11%, 56%, 0%, 18%) |
| LAB | lab(54.8 55.4 -44.5) |
| LCH | lch(54.8 71.0 321.2) |
| OKLCH | oklch(0.633 0.190 319.4) |
Copy-ready code
/* CSS */
color: #ba5cd1;
background-color: #ba5cd1;
/* Tailwind (arbitrary) */
class="text-[#ba5cd1] bg-[#ba5cd1]"
/* SCSS */
$brand: #ba5cd1;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.820)
/* Android */
Color.parseColor("#ba5cd1")Accessibility — WCAG contrast
Aa
#ba5cd1 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5cd1 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue82.0%
CMYK percentages
Cyan11.0%
Magenta56.0%
Yellow0.0%
Key (black)18.0%
Color previews
#ba5cd1 text on a black background
contrast 5.54:1
Card sample
#ba5cd1 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5cd1;
Background color
Panel with #ba5cd1 background
background-color: #ba5cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5cd1; background: linear-gradient(135deg, #ba5cd1, #D15C9A);