#ba4cd1
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 76, 209
HSL
290°, 59%, 56%
CMYK
11, 64, 0, 18
Luminance
0.2021
Every format
| HEX | #ba4cd1 |
| RGB | rgb(186, 76, 209) |
| HSL | hsl(290, 59%, 56%) |
| CMYK | cmyk(11%, 64%, 0%, 18%) |
| LAB | lab(52.1 62.7 -48.8) |
| LCH | lch(52.1 79.4 322.1) |
| OKLCH | oklch(0.614 0.213 320.3) |
Copy-ready code
/* CSS */
color: #ba4cd1;
background-color: #ba4cd1;
/* Tailwind (arbitrary) */
class="text-[#ba4cd1] bg-[#ba4cd1]"
/* SCSS */
$brand: #ba4cd1;
/* SwiftUI */
Color(red: 0.729, green: 0.298, blue: 0.820)
/* Android */
Color.parseColor("#ba4cd1")Accessibility — WCAG contrast
Aa
#ba4cd1 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4cd1 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.8%
Blue82.0%
CMYK percentages
Cyan11.0%
Magenta63.6%
Yellow0.0%
Key (black)18.0%
Color previews
#ba4cd1 text on a black background
contrast 5.04:1
Card sample
#ba4cd1 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4cd1;
Background color
Panel with #ba4cd1 background
background-color: #ba4cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 76, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 76, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4cd1; background: linear-gradient(135deg, #ba4cd1, #D14C8F);