#c103c9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 3, 201
HSL
298°, 97%, 40%
CMYK
4, 99, 0, 21
Luminance
0.1562
Every format
| HEX | #c103c9 |
| RGB | rgb(193, 3, 201) |
| HSL | hsl(298, 97%, 40%) |
| CMYK | cmyk(4%, 99%, 0%, 21%) |
| LAB | lab(46.5 80.6 -53.0) |
| LCH | lch(46.5 96.5 326.6) |
| OKLCH | oklch(0.575 0.266 326.2) |
Copy-ready code
/* CSS */
color: #c103c9;
background-color: #c103c9;
/* Tailwind (arbitrary) */
class="text-[#c103c9] bg-[#c103c9]"
/* SCSS */
$brand: #c103c9;
/* SwiftUI */
Color(red: 0.757, green: 0.012, blue: 0.788)
/* Android */
Color.parseColor("#c103c9")Accessibility — WCAG contrast
Aa
#c103c9 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c103c9 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green1.2%
Blue78.8%
CMYK percentages
Cyan4.0%
Magenta98.5%
Yellow0.0%
Key (black)21.2%
Color previews
#c103c9 text on a black background
contrast 4.12:1
Card sample
#c103c9 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c103c9;
Background color
Panel with #c103c9 background
background-color: #c103c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c103c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 3, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 3, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c103c9; background: linear-gradient(135deg, #c103c9, #C9034D);