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