#ba306f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 48, 111
HSL
333°, 59%, 46%
CMYK
0, 74, 40, 27
Luminance
0.1370
Every format
| HEX | #ba306f |
| RGB | rgb(186, 48, 111) |
| HSL | hsl(333, 59%, 46%) |
| CMYK | cmyk(0%, 74%, 40%, 27%) |
| LAB | lab(43.8 59.0 -3.3) |
| LCH | lch(43.8 59.1 356.8) |
| OKLCH | oklch(0.539 0.181 357.5) |
Copy-ready code
/* CSS */
color: #ba306f;
background-color: #ba306f;
/* Tailwind (arbitrary) */
class="text-[#ba306f] bg-[#ba306f]"
/* SCSS */
$brand: #ba306f;
/* SwiftUI */
Color(red: 0.729, green: 0.188, blue: 0.435)
/* Android */
Color.parseColor("#ba306f")Accessibility — WCAG contrast
Aa
#ba306f on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba306f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow40.3%
Key (black)27.1%
Color previews
#ba306f text on a black background
contrast 3.74:1
Card sample
#ba306f text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba306f;
Background color
Panel with #ba306f background
background-color: #ba306f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba306f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 48, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 48, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba306f; background: linear-gradient(135deg, #ba306f, #BA4D30);