#ba6eb8
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 110, 184
HSL
302°, 36%, 58%
CMYK
0, 41, 1, 27
Luminance
0.2505
Every format
| HEX | #ba6eb8 |
| RGB | rgb(186, 110, 184) |
| HSL | hsl(302, 36%, 58%) |
| CMYK | cmyk(0%, 41%, 1%, 27%) |
| LAB | lab(57.1 41.4 -26.5) |
| LCH | lch(57.1 49.1 327.4) |
| OKLCH | oklch(0.647 0.136 327.9) |
Copy-ready code
/* CSS */
color: #ba6eb8;
background-color: #ba6eb8;
/* Tailwind (arbitrary) */
class="text-[#ba6eb8] bg-[#ba6eb8]"
/* SCSS */
$brand: #ba6eb8;
/* SwiftUI */
Color(red: 0.729, green: 0.431, blue: 0.722)
/* Android */
Color.parseColor("#ba6eb8")Accessibility — WCAG contrast
Aa
#ba6eb8 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6eb8 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow1.1%
Key (black)27.1%
Color previews
#ba6eb8 text on a black background
contrast 6.01:1
Card sample
#ba6eb8 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6eb8;
Background color
Panel with #ba6eb8 background
background-color: #ba6eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 110, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 110, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6eb8; background: linear-gradient(135deg, #ba6eb8, #BA6E85);