#ba4cc8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 76, 200
HSL
293°, 53%, 54%
CMYK
7, 62, 0, 22
Luminance
0.1978
Every format
| HEX | #ba4cc8 |
| RGB | rgb(186, 76, 200) |
| HSL | hsl(293, 53%, 54%) |
| CMYK | cmyk(7%, 62%, 0%, 22%) |
| LAB | lab(51.6 61.0 -44.4) |
| LCH | lch(51.6 75.4 324.0) |
| OKLCH | oklch(0.609 0.205 323.0) |
Copy-ready code
/* CSS */
color: #ba4cc8;
background-color: #ba4cc8;
/* Tailwind (arbitrary) */
class="text-[#ba4cc8] bg-[#ba4cc8]"
/* SCSS */
$brand: #ba4cc8;
/* SwiftUI */
Color(red: 0.729, green: 0.298, blue: 0.784)
/* Android */
Color.parseColor("#ba4cc8")Accessibility — WCAG contrast
Aa
#ba4cc8 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4cc8 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.8%
Blue78.4%
CMYK percentages
Cyan7.0%
Magenta62.0%
Yellow0.0%
Key (black)21.6%
Color previews
#ba4cc8 text on a black background
contrast 4.96:1
Card sample
#ba4cc8 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4cc8;
Background color
Panel with #ba4cc8 background
background-color: #ba4cc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4cc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 76, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 76, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4cc8; background: linear-gradient(135deg, #ba4cc8, #C84C83);