#c115cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 21, 207
HSL
296°, 82%, 45%
CMYK
7, 90, 0, 19
Luminance
0.1638
Every format
| HEX | #c115cf |
| RGB | rgb(193, 21, 207) |
| HSL | hsl(296, 82%, 45%) |
| CMYK | cmyk(7%, 90%, 0%, 19%) |
| LAB | lab(47.5 79.7 -54.9) |
| LCH | lch(47.5 96.8 325.4) |
| OKLCH | oklch(0.583 0.264 324.5) |
Copy-ready code
/* CSS */
color: #c115cf;
background-color: #c115cf;
/* Tailwind (arbitrary) */
class="text-[#c115cf] bg-[#c115cf]"
/* SCSS */
$brand: #c115cf;
/* SwiftUI */
Color(red: 0.757, green: 0.082, blue: 0.812)
/* Android */
Color.parseColor("#c115cf")Accessibility — WCAG contrast
Aa
#c115cf on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c115cf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green8.2%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta89.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c115cf text on a black background
contrast 4.28:1
Card sample
#c115cf text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c115cf;
Background color
Panel with #c115cf background
background-color: #c115cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c115cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 21, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 21, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c115cf; background: linear-gradient(135deg, #c115cf, #CF1561);