#ba3ecc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 62, 204
HSL
292°, 58%, 52%
CMYK
9, 70, 0, 20
Luminance
0.1824
Every format
| HEX | #ba3ecc |
| RGB | rgb(186, 62, 204) |
| HSL | hsl(292, 58%, 52%) |
| CMYK | cmyk(9%, 70%, 0%, 20%) |
| LAB | lab(49.8 67.4 -49.5) |
| LCH | lch(49.8 83.6 323.7) |
| OKLCH | oklch(0.597 0.226 322.3) |
Copy-ready code
/* CSS */
color: #ba3ecc;
background-color: #ba3ecc;
/* Tailwind (arbitrary) */
class="text-[#ba3ecc] bg-[#ba3ecc]"
/* SCSS */
$brand: #ba3ecc;
/* SwiftUI */
Color(red: 0.729, green: 0.243, blue: 0.800)
/* Android */
Color.parseColor("#ba3ecc")Accessibility — WCAG contrast
Aa
#ba3ecc on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3ecc on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.3%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta69.6%
Yellow0.0%
Key (black)20.0%
Color previews
#ba3ecc text on a black background
contrast 4.65:1
Card sample
#ba3ecc text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3ecc;
Background color
Panel with #ba3ecc background
background-color: #ba3ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 62, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 62, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3ecc; background: linear-gradient(135deg, #ba3ecc, #CC3E7F);