#ba3fcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 63, 205
HSL
292°, 59%, 53%
CMYK
9, 69, 0, 20
Luminance
0.1840
Every format
| HEX | #ba3fcd |
| RGB | rgb(186, 63, 205) |
| HSL | hsl(292, 59%, 53%) |
| CMYK | cmyk(9%, 69%, 0%, 20%) |
| LAB | lab(50.0 67.2 -49.8) |
| LCH | lch(50.0 83.6 323.5) |
| OKLCH | oklch(0.598 0.226 322.0) |
Copy-ready code
/* CSS */
color: #ba3fcd;
background-color: #ba3fcd;
/* Tailwind (arbitrary) */
class="text-[#ba3fcd] bg-[#ba3fcd]"
/* SCSS */
$brand: #ba3fcd;
/* SwiftUI */
Color(red: 0.729, green: 0.247, blue: 0.804)
/* Android */
Color.parseColor("#ba3fcd")Accessibility — WCAG contrast
Aa
#ba3fcd on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3fcd on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.7%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta69.3%
Yellow0.0%
Key (black)19.6%
Color previews
#ba3fcd text on a black background
contrast 4.68:1
Card sample
#ba3fcd text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3fcd;
Background color
Panel with #ba3fcd background
background-color: #ba3fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 63, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 63, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3fcd; background: linear-gradient(135deg, #ba3fcd, #CD3F81);