#ba72be
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 114, 190
HSL
297°, 37%, 60%
CMYK
2, 40, 0, 26
Luminance
0.2619
Every format
| HEX | #ba72be |
| RGB | rgb(186, 114, 190) |
| HSL | hsl(297, 37%, 60%) |
| CMYK | cmyk(2%, 40%, 0%, 26%) |
| LAB | lab(58.2 40.4 -28.3) |
| LCH | lch(58.2 49.3 325.0) |
| OKLCH | oklch(0.656 0.135 325.1) |
Copy-ready code
/* CSS */
color: #ba72be;
background-color: #ba72be;
/* Tailwind (arbitrary) */
class="text-[#ba72be] bg-[#ba72be]"
/* SCSS */
$brand: #ba72be;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ba72be")Accessibility — WCAG contrast
Aa
#ba72be on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72be on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue74.5%
CMYK percentages
Cyan2.1%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#ba72be text on a black background
contrast 6.24:1
Card sample
#ba72be text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72be;
Background color
Panel with #ba72be background
background-color: #ba72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72be; background: linear-gradient(135deg, #ba72be, #BE728F);