#ba30cf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 48, 207
HSL
292°, 62%, 50%
CMYK
10, 77, 0, 19
Luminance
0.1706
Every format
| HEX | #ba30cf |
| RGB | rgb(186, 48, 207) |
| HSL | hsl(292, 62%, 50%) |
| CMYK | cmyk(10%, 77%, 0%, 19%) |
| LAB | lab(48.3 72.6 -53.6) |
| LCH | lch(48.3 90.2 323.6) |
| OKLCH | oklch(0.587 0.243 321.9) |
Copy-ready code
/* CSS */
color: #ba30cf;
background-color: #ba30cf;
/* Tailwind (arbitrary) */
class="text-[#ba30cf] bg-[#ba30cf]"
/* SCSS */
$brand: #ba30cf;
/* SwiftUI */
Color(red: 0.729, green: 0.188, blue: 0.812)
/* Android */
Color.parseColor("#ba30cf")Accessibility — WCAG contrast
Aa
#ba30cf on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba30cf on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.8%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta76.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ba30cf text on a black background
contrast 4.41:1
Card sample
#ba30cf text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba30cf;
Background color
Panel with #ba30cf background
background-color: #ba30cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba30cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 48, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 48, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba30cf; background: linear-gradient(135deg, #ba30cf, #CF307A);