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