#c511b2
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 17, 178
HSL
306°, 84%, 42%
CMYK
0, 91, 10, 23
Luminance
0.1549
Every format
| HEX | #c511b2 |
| RGB | rgb(197, 17, 178) |
| HSL | hsl(306, 84%, 42%) |
| CMYK | cmyk(0%, 91%, 10%, 23%) |
| LAB | lab(46.3 76.6 -39.8) |
| LCH | lch(46.3 86.4 332.5) |
| OKLCH | oklch(0.570 0.248 333.8) |
Copy-ready code
/* CSS */
color: #c511b2;
background-color: #c511b2;
/* Tailwind (arbitrary) */
class="text-[#c511b2] bg-[#c511b2]"
/* SCSS */
$brand: #c511b2;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.698)
/* Android */
Color.parseColor("#c511b2")Accessibility — WCAG contrast
Aa
#c511b2 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c511b2 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow9.6%
Key (black)22.7%
Color previews
#c511b2 text on a black background
contrast 4.10:1
Card sample
#c511b2 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c511b2;
Background color
Panel with #c511b2 background
background-color: #c511b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c511b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c511b2; background: linear-gradient(135deg, #c511b2, #C5113A);