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