#ba7eb8
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 126, 184
HSL
302°, 30%, 61%
CMYK
0, 32, 1, 27
Luminance
0.2882
Every format
| HEX | #ba7eb8 |
| RGB | rgb(186, 126, 184) |
| HSL | hsl(302, 30%, 61%) |
| CMYK | cmyk(0%, 32%, 1%, 27%) |
| LAB | lab(60.6 32.7 -21.1) |
| LCH | lch(60.6 38.9 327.1) |
| OKLCH | oklch(0.673 0.107 327.8) |
Copy-ready code
/* CSS */
color: #ba7eb8;
background-color: #ba7eb8;
/* Tailwind (arbitrary) */
class="text-[#ba7eb8] bg-[#ba7eb8]"
/* SCSS */
$brand: #ba7eb8;
/* SwiftUI */
Color(red: 0.729, green: 0.494, blue: 0.722)
/* Android */
Color.parseColor("#ba7eb8")Accessibility — WCAG contrast
Aa
#ba7eb8 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7eb8 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.4%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow1.1%
Key (black)27.1%
Color previews
#ba7eb8 text on a black background
contrast 6.76:1
Card sample
#ba7eb8 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7eb8;
Background color
Panel with #ba7eb8 background
background-color: #ba7eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 126, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 126, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7eb8; background: linear-gradient(135deg, #ba7eb8, #BA7E90);