#ba3db3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 61, 179
HSL
303°, 51%, 48%
CMYK
0, 67, 4, 27
Luminance
0.1703
Every format
| HEX | #ba3db3 |
| RGB | rgb(186, 61, 179) |
| HSL | hsl(303, 51%, 48%) |
| CMYK | cmyk(0%, 67%, 4%, 27%) |
| LAB | lab(48.3 63.5 -37.4) |
| LCH | lch(48.3 73.7 329.5) |
| OKLCH | oklch(0.581 0.207 330.2) |
Copy-ready code
/* CSS */
color: #ba3db3;
background-color: #ba3db3;
/* Tailwind (arbitrary) */
class="text-[#ba3db3] bg-[#ba3db3]"
/* SCSS */
$brand: #ba3db3;
/* SwiftUI */
Color(red: 0.729, green: 0.239, blue: 0.702)
/* Android */
Color.parseColor("#ba3db3")Accessibility — WCAG contrast
Aa
#ba3db3 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3db3 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green23.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow3.8%
Key (black)27.1%
Color previews
#ba3db3 text on a black background
contrast 4.41:1
Card sample
#ba3db3 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3db3;
Background color
Panel with #ba3db3 background
background-color: #ba3db3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3db3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 61, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 61, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3db3; background: linear-gradient(135deg, #ba3db3, #BA3D60);