#c11eb2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
193, 30, 178
HSL
306°, 73%, 44%
CMYK
0, 85, 8, 24
Luminance
0.1548
Every format
| HEX | #c11eb2 |
| RGB | rgb(193, 30, 178) |
| HSL | hsl(306, 73%, 44%) |
| CMYK | cmyk(0%, 85%, 8%, 24%) |
| LAB | lab(46.3 73.8 -39.9) |
| LCH | lch(46.3 83.9 331.6) |
| OKLCH | oklch(0.569 0.240 332.7) |
Copy-ready code
/* CSS */
color: #c11eb2;
background-color: #c11eb2;
/* Tailwind (arbitrary) */
class="text-[#c11eb2] bg-[#c11eb2]"
/* SCSS */
$brand: #c11eb2;
/* SwiftUI */
Color(red: 0.757, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#c11eb2")Accessibility — WCAG contrast
Aa
#c11eb2 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c11eb2 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green11.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow7.8%
Key (black)24.3%
Color previews
#c11eb2 text on a black background
contrast 4.10:1
Card sample
#c11eb2 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11eb2;
Background color
Panel with #c11eb2 background
background-color: #c11eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11eb2; background: linear-gradient(135deg, #c11eb2, #C11E45);