#ba5dcd
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 93, 205
HSL
290°, 53%, 58%
CMYK
9, 55, 0, 20
Luminance
0.2268
Every format
| HEX | #ba5dcd |
| RGB | rgb(186, 93, 205) |
| HSL | hsl(290, 53%, 58%) |
| CMYK | cmyk(9%, 55%, 0%, 20%) |
| LAB | lab(54.7 54.1 -42.3) |
| LCH | lch(54.7 68.6 322.0) |
| OKLCH | oklch(0.633 0.185 320.6) |
Copy-ready code
/* CSS */
color: #ba5dcd;
background-color: #ba5dcd;
/* Tailwind (arbitrary) */
class="text-[#ba5dcd] bg-[#ba5dcd]"
/* SCSS */
$brand: #ba5dcd;
/* SwiftUI */
Color(red: 0.729, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#ba5dcd")Accessibility — WCAG contrast
Aa
#ba5dcd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5dcd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.5%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta54.6%
Yellow0.0%
Key (black)19.6%
Color previews
#ba5dcd text on a black background
contrast 5.54:1
Card sample
#ba5dcd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5dcd;
Background color
Panel with #ba5dcd background
background-color: #ba5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5dcd; background: linear-gradient(135deg, #ba5dcd, #CD5D95);