#c103df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 3, 223
HSL
292°, 97%, 44%
CMYK
14, 99, 0, 13
Luminance
0.1673
Every format
| HEX | #c103df |
| RGB | rgb(193, 3, 223) |
| HSL | hsl(292, 97%, 44%) |
| CMYK | cmyk(14%, 99%, 0%, 13%) |
| LAB | lab(47.9 84.0 -63.4) |
| LCH | lch(47.9 105.2 323.0) |
| OKLCH | oklch(0.589 0.281 320.6) |
Copy-ready code
/* CSS */
color: #c103df;
background-color: #c103df;
/* Tailwind (arbitrary) */
class="text-[#c103df] bg-[#c103df]"
/* SCSS */
$brand: #c103df;
/* SwiftUI */
Color(red: 0.757, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#c103df")Accessibility — WCAG contrast
Aa
#c103df on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c103df on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green1.2%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c103df text on a black background
contrast 4.35:1
Card sample
#c103df text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c103df;
Background color
Panel with #c103df background
background-color: #c103df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c103df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c103df; background: linear-gradient(135deg, #c103df, #DF036A);