#ba27df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 39, 223
HSL
288°, 74%, 51%
CMYK
17, 83, 0, 13
Luminance
0.1722
Every format
| HEX | #ba27df |
| RGB | rgb(186, 39, 223) |
| HSL | hsl(288, 74%, 51%) |
| CMYK | cmyk(17%, 83%, 0%, 13%) |
| LAB | lab(48.5 77.8 -62.4) |
| LCH | lch(48.5 99.7 321.3) |
| OKLCH | oklch(0.591 0.263 318.1) |
Copy-ready code
/* CSS */
color: #ba27df;
background-color: #ba27df;
/* Tailwind (arbitrary) */
class="text-[#ba27df] bg-[#ba27df]"
/* SCSS */
$brand: #ba27df;
/* SwiftUI */
Color(red: 0.729, green: 0.153, blue: 0.875)
/* Android */
Color.parseColor("#ba27df")Accessibility — WCAG contrast
Aa
#ba27df on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba27df on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.3%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta82.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ba27df text on a black background
contrast 4.44:1
Card sample
#ba27df text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba27df;
Background color
Panel with #ba27df background
background-color: #ba27df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba27df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 39, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 39, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba27df; background: linear-gradient(135deg, #ba27df, #DF278A);