#c109a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
193, 9, 162
HSL
310°, 91%, 40%
CMYK
0, 95, 16, 24
Luminance
0.1414
Every format
| HEX | #c109a2 |
| RGB | rgb(193, 9, 162) |
| HSL | hsl(310, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 16%, 24%) |
| LAB | lab(44.4 74.6 -33.3) |
| LCH | lch(44.4 81.7 335.9) |
| OKLCH | oklch(0.553 0.239 337.7) |
Copy-ready code
/* CSS */
color: #c109a2;
background-color: #c109a2;
/* Tailwind (arbitrary) */
class="text-[#c109a2] bg-[#c109a2]"
/* SCSS */
$brand: #c109a2;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.635)
/* Android */
Color.parseColor("#c109a2")Accessibility — WCAG contrast
Aa
#c109a2 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c109a2 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow16.1%
Key (black)24.3%
Color previews
#c109a2 text on a black background
contrast 3.83:1
Card sample
#c109a2 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109a2;
Background color
Panel with #c109a2 background
background-color: #c109a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109a2; background: linear-gradient(135deg, #c109a2, #C10927);