#c511c2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
197, 17, 194
HSL
301°, 84%, 42%
CMYK
0, 91, 2, 23
Luminance
0.1617
Every format
| HEX | #c511c2 |
| RGB | rgb(197, 17, 194) |
| HSL | hsl(301, 84%, 42%) |
| CMYK | cmyk(0%, 91%, 2%, 23%) |
| LAB | lab(47.2 78.9 -47.8) |
| LCH | lch(47.2 92.2 328.8) |
| OKLCH | oklch(0.580 0.259 329.1) |
Copy-ready code
/* CSS */
color: #c511c2;
background-color: #c511c2;
/* Tailwind (arbitrary) */
class="text-[#c511c2] bg-[#c511c2]"
/* SCSS */
$brand: #c511c2;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.761)
/* Android */
Color.parseColor("#c511c2")Accessibility — WCAG contrast
Aa
#c511c2 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c511c2 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow1.5%
Key (black)22.7%
Color previews
#c511c2 text on a black background
contrast 4.23:1
Card sample
#c511c2 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c511c2;
Background color
Panel with #c511c2 background
background-color: #c511c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c511c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c511c2; background: linear-gradient(135deg, #c511c2, #C5114A);