#ba26cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 38, 207
HSL
293°, 69%, 48%
CMYK
10, 82, 0, 19
Luminance
0.1633
Every format
| HEX | #ba26cf |
| RGB | rgb(186, 38, 207) |
| HSL | hsl(293, 69%, 48%) |
| CMYK | cmyk(10%, 82%, 0%, 19%) |
| LAB | lab(47.4 75.3 -55.1) |
| LCH | lch(47.4 93.3 323.8) |
| OKLCH | oklch(0.580 0.252 322.2) |
Copy-ready code
/* CSS */
color: #ba26cf;
background-color: #ba26cf;
/* Tailwind (arbitrary) */
class="text-[#ba26cf] bg-[#ba26cf]"
/* SCSS */
$brand: #ba26cf;
/* SwiftUI */
Color(red: 0.729, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#ba26cf")Accessibility — WCAG contrast
Aa
#ba26cf on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba26cf on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green14.9%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ba26cf text on a black background
contrast 4.27:1
Card sample
#ba26cf text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba26cf;
Background color
Panel with #ba26cf background
background-color: #ba26cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba26cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba26cf; background: linear-gradient(135deg, #ba26cf, #CF2673);