#ba5dbd
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 93, 189
HSL
298°, 42%, 55%
CMYK
2, 51, 0, 26
Luminance
0.2194
Every format
| HEX | #ba5dbd |
| RGB | rgb(186, 93, 189) |
| HSL | hsl(298, 42%, 55%) |
| CMYK | cmyk(2%, 51%, 0%, 26%) |
| LAB | lab(54.0 51.1 -34.3) |
| LCH | lch(54.0 61.5 326.1) |
| OKLCH | oklch(0.624 0.170 326.2) |
Copy-ready code
/* CSS */
color: #ba5dbd;
background-color: #ba5dbd;
/* Tailwind (arbitrary) */
class="text-[#ba5dbd] bg-[#ba5dbd]"
/* SCSS */
$brand: #ba5dbd;
/* SwiftUI */
Color(red: 0.729, green: 0.365, blue: 0.741)
/* Android */
Color.parseColor("#ba5dbd")Accessibility — WCAG contrast
Aa
#ba5dbd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5dbd on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.5%
Blue74.1%
CMYK percentages
Cyan1.6%
Magenta50.8%
Yellow0.0%
Key (black)25.9%
Color previews
#ba5dbd text on a black background
contrast 5.39:1
Card sample
#ba5dbd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5dbd;
Background color
Panel with #ba5dbd background
background-color: #ba5dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 93, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 93, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5dbd; background: linear-gradient(135deg, #ba5dbd, #BD5D80);