#ba28cd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 40, 205
HSL
293°, 67%, 48%
CMYK
9, 81, 0, 20
Luminance
0.1636
Every format
| HEX | #ba28cd |
| RGB | rgb(186, 40, 205) |
| HSL | hsl(293, 67%, 48%) |
| CMYK | cmyk(9%, 81%, 0%, 20%) |
| LAB | lab(47.5 74.4 -53.9) |
| LCH | lch(47.5 91.9 324.1) |
| OKLCH | oklch(0.580 0.249 322.7) |
Copy-ready code
/* CSS */
color: #ba28cd;
background-color: #ba28cd;
/* Tailwind (arbitrary) */
class="text-[#ba28cd] bg-[#ba28cd]"
/* SCSS */
$brand: #ba28cd;
/* SwiftUI */
Color(red: 0.729, green: 0.157, blue: 0.804)
/* Android */
Color.parseColor("#ba28cd")Accessibility — WCAG contrast
Aa
#ba28cd on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba28cd on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.7%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta80.5%
Yellow0.0%
Key (black)19.6%
Color previews
#ba28cd text on a black background
contrast 4.27:1
Card sample
#ba28cd text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba28cd;
Background color
Panel with #ba28cd background
background-color: #ba28cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba28cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 40, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 40, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba28cd; background: linear-gradient(135deg, #ba28cd, #CD2872);