#ba44cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 68, 204
HSL
292°, 57%, 53%
CMYK
9, 67, 0, 20
Luminance
0.1893
Every format
| HEX | #ba44cc |
| RGB | rgb(186, 68, 204) |
| HSL | hsl(292, 57%, 53%) |
| CMYK | cmyk(9%, 67%, 0%, 20%) |
| LAB | lab(50.6 65.1 -48.2) |
| LCH | lch(50.6 81.0 323.5) |
| OKLCH | oklch(0.602 0.219 322.1) |
Copy-ready code
/* CSS */
color: #ba44cc;
background-color: #ba44cc;
/* Tailwind (arbitrary) */
class="text-[#ba44cc] bg-[#ba44cc]"
/* SCSS */
$brand: #ba44cc;
/* SwiftUI */
Color(red: 0.729, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#ba44cc")Accessibility — WCAG contrast
Aa
#ba44cc on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba44cc on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green26.7%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#ba44cc text on a black background
contrast 4.79:1
Card sample
#ba44cc text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba44cc;
Background color
Panel with #ba44cc background
background-color: #ba44cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba44cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba44cc; background: linear-gradient(135deg, #ba44cc, #CC4483);