#ba6eb6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 110, 182
HSL
303°, 36%, 58%
CMYK
0, 41, 2, 27
Luminance
0.2497
Every format
| HEX | #ba6eb6 |
| RGB | rgb(186, 110, 182) |
| HSL | hsl(303, 36%, 58%) |
| CMYK | cmyk(0%, 41%, 2%, 27%) |
| LAB | lab(57.0 41.0 -25.5) |
| LCH | lch(57.0 48.3 328.1) |
| OKLCH | oklch(0.646 0.134 328.9) |
Copy-ready code
/* CSS */
color: #ba6eb6;
background-color: #ba6eb6;
/* Tailwind (arbitrary) */
class="text-[#ba6eb6] bg-[#ba6eb6]"
/* SCSS */
$brand: #ba6eb6;
/* SwiftUI */
Color(red: 0.729, green: 0.431, blue: 0.714)
/* Android */
Color.parseColor("#ba6eb6")Accessibility — WCAG contrast
Aa
#ba6eb6 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6eb6 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.1%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow2.2%
Key (black)27.1%
Color previews
#ba6eb6 text on a black background
contrast 5.99:1
Card sample
#ba6eb6 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6eb6;
Background color
Panel with #ba6eb6 background
background-color: #ba6eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 110, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 110, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6eb6; background: linear-gradient(135deg, #ba6eb6, #BA6E83);