#c10fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
193, 15, 223
HSL
291°, 87%, 47%
CMYK
14, 93, 0, 13
Luminance
0.1701
Every format
| HEX | #c10fdf |
| RGB | rgb(193, 15, 223) |
| HSL | hsl(291, 87%, 47%) |
| CMYK | cmyk(14%, 93%, 0%, 13%) |
| LAB | lab(48.3 83.0 -62.8) |
| LCH | lch(48.3 104.1 322.9) |
| OKLCH | oklch(0.592 0.278 320.5) |
Copy-ready code
/* CSS */
color: #c10fdf;
background-color: #c10fdf;
/* Tailwind (arbitrary) */
class="text-[#c10fdf] bg-[#c10fdf]"
/* SCSS */
$brand: #c10fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#c10fdf")Accessibility — WCAG contrast
Aa
#c10fdf on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10fdf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green5.9%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c10fdf text on a black background
contrast 4.40:1
Card sample
#c10fdf text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10fdf;
Background color
Panel with #c10fdf background
background-color: #c10fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10fdf; background: linear-gradient(135deg, #c10fdf, #DF0F73);