#ba5cd3
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 92, 211
HSL
287°, 58%, 59%
CMYK
12, 56, 0, 17
Luminance
0.2280
Every format
| HEX | #ba5cd3 |
| RGB | rgb(186, 92, 211) |
| HSL | hsl(287, 58%, 59%) |
| CMYK | cmyk(12%, 56%, 0%, 17%) |
| LAB | lab(54.9 55.8 -45.5) |
| LCH | lch(54.9 72.0 320.8) |
| OKLCH | oklch(0.634 0.192 318.8) |
Copy-ready code
/* CSS */
color: #ba5cd3;
background-color: #ba5cd3;
/* Tailwind (arbitrary) */
class="text-[#ba5cd3] bg-[#ba5cd3]"
/* SCSS */
$brand: #ba5cd3;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#ba5cd3")Accessibility — WCAG contrast
Aa
#ba5cd3 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5cd3 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue82.7%
CMYK percentages
Cyan11.8%
Magenta56.4%
Yellow0.0%
Key (black)17.3%
Color previews
#ba5cd3 text on a black background
contrast 5.56:1
Card sample
#ba5cd3 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5cd3;
Background color
Panel with #ba5cd3 background
background-color: #ba5cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5cd3; background: linear-gradient(135deg, #ba5cd3, #D35C9D);