#ba5cbf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 92, 191
HSL
297°, 44%, 56%
CMYK
3, 52, 0, 25
Luminance
0.2185
Every format
| HEX | #ba5cbf |
| RGB | rgb(186, 92, 191) |
| HSL | hsl(297, 44%, 56%) |
| CMYK | cmyk(3%, 52%, 0%, 25%) |
| LAB | lab(53.9 51.9 -35.6) |
| LCH | lch(53.9 63.0 325.6) |
| OKLCH | oklch(0.624 0.173 325.5) |
Copy-ready code
/* CSS */
color: #ba5cbf;
background-color: #ba5cbf;
/* Tailwind (arbitrary) */
class="text-[#ba5cbf] bg-[#ba5cbf]"
/* SCSS */
$brand: #ba5cbf;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#ba5cbf")Accessibility — WCAG contrast
Aa
#ba5cbf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5cbf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta51.8%
Yellow0.0%
Key (black)25.1%
Color previews
#ba5cbf text on a black background
contrast 5.37:1
Card sample
#ba5cbf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5cbf;
Background color
Panel with #ba5cbf background
background-color: #ba5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5cbf; background: linear-gradient(135deg, #ba5cbf, #BF5C82);