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