#c511cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
197, 17, 203
HSL
298°, 85%, 43%
CMYK
3, 92, 0, 20
Luminance
0.1658
Every format
| HEX | #c511cb |
| RGB | rgb(197, 17, 203) |
| HSL | hsl(298, 85%, 43%) |
| CMYK | cmyk(3%, 92%, 0%, 20%) |
| LAB | lab(47.7 80.2 -52.1) |
| LCH | lch(47.7 95.7 327.0) |
| OKLCH | oklch(0.585 0.265 326.7) |
Copy-ready code
/* CSS */
color: #c511cb;
background-color: #c511cb;
/* Tailwind (arbitrary) */
class="text-[#c511cb] bg-[#c511cb]"
/* SCSS */
$brand: #c511cb;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.796)
/* Android */
Color.parseColor("#c511cb")Accessibility — WCAG contrast
Aa
#c511cb on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c511cb on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue79.6%
CMYK percentages
Cyan3.0%
Magenta91.6%
Yellow0.0%
Key (black)20.4%
Color previews
#c511cb text on a black background
contrast 4.32:1
Card sample
#c511cb text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c511cb;
Background color
Panel with #c511cb background
background-color: #c511cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c511cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c511cb; background: linear-gradient(135deg, #c511cb, #CB1155);