#ba3ecf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 62, 207
HSL
291°, 60%, 53%
CMYK
10, 70, 0, 19
Luminance
0.1839
Every format
| HEX | #ba3ecf |
| RGB | rgb(186, 62, 207) |
| HSL | hsl(291, 60%, 53%) |
| CMYK | cmyk(10%, 70%, 0%, 19%) |
| LAB | lab(50.0 67.9 -51.0) |
| LCH | lch(50.0 84.9 323.1) |
| OKLCH | oklch(0.598 0.229 321.5) |
Copy-ready code
/* CSS */
color: #ba3ecf;
background-color: #ba3ecf;
/* Tailwind (arbitrary) */
class="text-[#ba3ecf] bg-[#ba3ecf]"
/* SCSS */
$brand: #ba3ecf;
/* SwiftUI */
Color(red: 0.729, green: 0.243, blue: 0.812)
/* Android */
Color.parseColor("#ba3ecf")Accessibility — WCAG contrast
Aa
#ba3ecf on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3ecf on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.3%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta70.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ba3ecf text on a black background
contrast 4.68:1
Card sample
#ba3ecf text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3ecf;
Background color
Panel with #ba3ecf background
background-color: #ba3ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 62, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 62, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3ecf; background: linear-gradient(135deg, #ba3ecf, #CF3E83);