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