#c103c4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 3, 196
HSL
299°, 97%, 39%
CMYK
2, 99, 0, 23
Luminance
0.1539
Every format
| HEX | #c103c4 |
| RGB | rgb(193, 3, 196) |
| HSL | hsl(299, 97%, 39%) |
| CMYK | cmyk(2%, 99%, 0%, 23%) |
| LAB | lab(46.2 79.8 -50.6) |
| LCH | lch(46.2 94.5 327.6) |
| OKLCH | oklch(0.572 0.263 327.5) |
Copy-ready code
/* CSS */
color: #c103c4;
background-color: #c103c4;
/* Tailwind (arbitrary) */
class="text-[#c103c4] bg-[#c103c4]"
/* SCSS */
$brand: #c103c4;
/* SwiftUI */
Color(red: 0.757, green: 0.012, blue: 0.769)
/* Android */
Color.parseColor("#c103c4")Accessibility — WCAG contrast
Aa
#c103c4 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c103c4 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green1.2%
Blue76.9%
CMYK percentages
Cyan1.5%
Magenta98.5%
Yellow0.0%
Key (black)23.1%
Color previews
#c103c4 text on a black background
contrast 4.08:1
Card sample
#c103c4 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c103c4;
Background color
Panel with #c103c4 background
background-color: #c103c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c103c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 3, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 3, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c103c4; background: linear-gradient(135deg, #c103c4, #C40346);