#c110c6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 16, 198
HSL
298°, 85%, 42%
CMYK
3, 92, 0, 22
Luminance
0.1579
Every format
| HEX | #c110c6 |
| RGB | rgb(193, 16, 198) |
| HSL | hsl(298, 85%, 42%) |
| CMYK | cmyk(3%, 92%, 0%, 22%) |
| LAB | lab(46.7 78.9 -51.0) |
| LCH | lch(46.7 94.0 327.2) |
| OKLCH | oklch(0.576 0.260 326.9) |
Copy-ready code
/* CSS */
color: #c110c6;
background-color: #c110c6;
/* Tailwind (arbitrary) */
class="text-[#c110c6] bg-[#c110c6]"
/* SCSS */
$brand: #c110c6;
/* SwiftUI */
Color(red: 0.757, green: 0.063, blue: 0.776)
/* Android */
Color.parseColor("#c110c6")Accessibility — WCAG contrast
Aa
#c110c6 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c110c6 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green6.3%
Blue77.6%
CMYK percentages
Cyan2.5%
Magenta91.9%
Yellow0.0%
Key (black)22.4%
Color previews
#c110c6 text on a black background
contrast 4.16:1
Card sample
#c110c6 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c110c6;
Background color
Panel with #c110c6 background
background-color: #c110c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c110c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 16, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 16, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c110c6; background: linear-gradient(135deg, #c110c6, #C61052);