#ba28bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 40, 191
HSL
298°, 65%, 45%
CMYK
3, 79, 0, 25
Luminance
0.1572
Every format
| HEX | #ba28bf |
| RGB | rgb(186, 40, 191) |
| HSL | hsl(298, 65%, 45%) |
| CMYK | cmyk(3%, 79%, 0%, 25%) |
| LAB | lab(46.6 72.1 -47.1) |
| LCH | lch(46.6 86.1 326.9) |
| OKLCH | oklch(0.571 0.238 326.6) |
Copy-ready code
/* CSS */
color: #ba28bf;
background-color: #ba28bf;
/* Tailwind (arbitrary) */
class="text-[#ba28bf] bg-[#ba28bf]"
/* SCSS */
$brand: #ba28bf;
/* SwiftUI */
Color(red: 0.729, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#ba28bf")Accessibility — WCAG contrast
Aa
#ba28bf on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba28bf on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#ba28bf text on a black background
contrast 4.14:1
Card sample
#ba28bf text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba28bf;
Background color
Panel with #ba28bf background
background-color: #ba28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba28bf; background: linear-gradient(135deg, #ba28bf, #BF285F);