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