#c015ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 21, 186
HSL
302°, 80%, 42%
CMYK
0, 89, 3, 25
Luminance
0.1529
Every format
| HEX | #c015ba |
| RGB | rgb(192, 21, 186) |
| HSL | hsl(302, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 3%, 25%) |
| LAB | lab(46.0 76.3 -45.0) |
| LCH | lch(46.0 88.6 329.5) |
| OKLCH | oklch(0.568 0.250 330.0) |
Copy-ready code
/* CSS */
color: #c015ba;
background-color: #c015ba;
/* Tailwind (arbitrary) */
class="text-[#c015ba] bg-[#c015ba]"
/* SCSS */
$brand: #c015ba;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.729)
/* Android */
Color.parseColor("#c015ba")Accessibility — WCAG contrast
Aa
#c015ba on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c015ba on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow3.1%
Key (black)24.7%
Color previews
#c015ba text on a black background
contrast 4.06:1
Card sample
#c015ba text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c015ba;
Background color
Panel with #c015ba background
background-color: #c015ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c015ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c015ba; background: linear-gradient(135deg, #c015ba, #C01548);