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