#c109cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 9, 207
HSL
296°, 92%, 42%
CMYK
7, 96, 0, 19
Luminance
0.1604
Every format
| HEX | #c109cf |
| RGB | rgb(193, 9, 207) |
| HSL | hsl(296, 92%, 42%) |
| CMYK | cmyk(7%, 96%, 0%, 19%) |
| LAB | lab(47.0 81.0 -55.6) |
| LCH | lch(47.0 98.3 325.5) |
| OKLCH | oklch(0.580 0.268 324.6) |
Copy-ready code
/* CSS */
color: #c109cf;
background-color: #c109cf;
/* Tailwind (arbitrary) */
class="text-[#c109cf] bg-[#c109cf]"
/* SCSS */
$brand: #c109cf;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.812)
/* Android */
Color.parseColor("#c109cf")Accessibility — WCAG contrast
Aa
#c109cf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c109cf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta95.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c109cf text on a black background
contrast 4.21:1
Card sample
#c109cf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109cf;
Background color
Panel with #c109cf background
background-color: #c109cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109cf; background: linear-gradient(135deg, #c109cf, #CF0959);