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