#ba27cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 39, 207
HSL
293°, 68%, 48%
CMYK
10, 81, 0, 19
Luminance
0.1640
Every format
| HEX | #ba27cf |
| RGB | rgb(186, 39, 207) |
| HSL | hsl(293, 68%, 48%) |
| CMYK | cmyk(10%, 81%, 0%, 19%) |
| LAB | lab(47.5 75.0 -54.9) |
| LCH | lch(47.5 93.0 323.8) |
| OKLCH | oklch(0.581 0.251 322.2) |
Copy-ready code
/* CSS */
color: #ba27cf;
background-color: #ba27cf;
/* Tailwind (arbitrary) */
class="text-[#ba27cf] bg-[#ba27cf]"
/* SCSS */
$brand: #ba27cf;
/* SwiftUI */
Color(red: 0.729, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#ba27cf")Accessibility — WCAG contrast
Aa
#ba27cf on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba27cf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.3%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta81.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ba27cf text on a black background
contrast 4.28:1
Card sample
#ba27cf text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba27cf;
Background color
Panel with #ba27cf background
background-color: #ba27cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba27cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba27cf; background: linear-gradient(135deg, #ba27cf, #CF2774);