#ba3fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 63, 186
HSL
300°, 49%, 49%
CMYK
0, 66, 0, 27
Luminance
0.1754
Every format
| HEX | #ba3fba |
| RGB | rgb(186, 63, 186) |
| HSL | hsl(300, 49%, 49%) |
| CMYK | cmyk(0%, 66%, 0%, 27%) |
| LAB | lab(48.9 63.9 -40.5) |
| LCH | lch(48.9 75.6 327.6) |
| OKLCH | oklch(0.587 0.210 327.8) |
Copy-ready code
/* CSS */
color: #ba3fba;
background-color: #ba3fba;
/* Tailwind (arbitrary) */
class="text-[#ba3fba] bg-[#ba3fba]"
/* SCSS */
$brand: #ba3fba;
/* SwiftUI */
Color(red: 0.729, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#ba3fba")Accessibility — WCAG contrast
Aa
#ba3fba on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3fba on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ba3fba text on a black background
contrast 4.51:1
Card sample
#ba3fba text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3fba;
Background color
Panel with #ba3fba background
background-color: #ba3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3fba; background: linear-gradient(135deg, #ba3fba, #BA3F68);