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