#c11fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
193, 31, 223
HSL
291°, 76%, 50%
CMYK
14, 86, 0, 13
Luminance
0.1765
Every format
| HEX | #c11fdf |
| RGB | rgb(193, 31, 223) |
| HSL | hsl(291, 76%, 50%) |
| CMYK | cmyk(14%, 86%, 0%, 13%) |
| LAB | lab(49.1 80.6 -61.5) |
| LCH | lch(49.1 101.4 322.7) |
| OKLCH | oklch(0.597 0.271 320.3) |
Copy-ready code
/* CSS */
color: #c11fdf;
background-color: #c11fdf;
/* Tailwind (arbitrary) */
class="text-[#c11fdf] bg-[#c11fdf]"
/* SCSS */
$brand: #c11fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#c11fdf")Accessibility — WCAG contrast
Aa
#c11fdf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c11fdf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green12.2%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c11fdf text on a black background
contrast 4.53:1
Card sample
#c11fdf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11fdf;
Background color
Panel with #c11fdf background
background-color: #c11fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11fdf; background: linear-gradient(135deg, #c11fdf, #DF1F7D);