#ba46cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 70, 207
HSL
291°, 59%, 54%
CMYK
10, 66, 0, 19
Luminance
0.1932
Every format
| HEX | #ba46cf |
| RGB | rgb(186, 70, 207) |
| HSL | hsl(291, 59%, 54%) |
| CMYK | cmyk(10%, 66%, 0%, 19%) |
| LAB | lab(51.1 64.8 -49.2) |
| LCH | lch(51.1 81.4 322.8) |
| OKLCH | oklch(0.606 0.219 321.2) |
Copy-ready code
/* CSS */
color: #ba46cf;
background-color: #ba46cf;
/* Tailwind (arbitrary) */
class="text-[#ba46cf] bg-[#ba46cf]"
/* SCSS */
$brand: #ba46cf;
/* SwiftUI */
Color(red: 0.729, green: 0.275, blue: 0.812)
/* Android */
Color.parseColor("#ba46cf")Accessibility — WCAG contrast
Aa
#ba46cf on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba46cf on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green27.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta66.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ba46cf text on a black background
contrast 4.86:1
Card sample
#ba46cf text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba46cf;
Background color
Panel with #ba46cf background
background-color: #ba46cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba46cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 70, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 70, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba46cf; background: linear-gradient(135deg, #ba46cf, #CF4689);