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