#ba5baf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 91, 175
HSL
307°, 41%, 54%
CMYK
0, 51, 6, 27
Luminance
0.2102
Every format
| HEX | #ba5baf |
| RGB | rgb(186, 91, 175) |
| HSL | hsl(307, 41%, 54%) |
| CMYK | cmyk(0%, 51%, 6%, 27%) |
| LAB | lab(53.0 49.6 -27.8) |
| LCH | lch(53.0 56.8 330.8) |
| OKLCH | oklch(0.615 0.160 331.9) |
Copy-ready code
/* CSS */
color: #ba5baf;
background-color: #ba5baf;
/* Tailwind (arbitrary) */
class="text-[#ba5baf] bg-[#ba5baf]"
/* SCSS */
$brand: #ba5baf;
/* SwiftUI */
Color(red: 0.729, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#ba5baf")Accessibility — WCAG contrast
Aa
#ba5baf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5baf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow5.9%
Key (black)27.1%
Color previews
#ba5baf text on a black background
contrast 5.20:1
Card sample
#ba5baf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5baf;
Background color
Panel with #ba5baf background
background-color: #ba5baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5baf; background: linear-gradient(135deg, #ba5baf, #BA5B70);