#c70cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 12, 223
HSL
293°, 90%, 46%
CMYK
11, 95, 0, 13
Luminance
0.1773
Every format
| HEX | #c70cdf |
| RGB | rgb(199, 12, 223) |
| HSL | hsl(293, 90%, 46%) |
| CMYK | cmyk(11%, 95%, 0%, 13%) |
| LAB | lab(49.2 84.2 -61.3) |
| LCH | lch(49.2 104.1 323.9) |
| OKLCH | oklch(0.600 0.281 322.2) |
Copy-ready code
/* CSS */
color: #c70cdf;
background-color: #c70cdf;
/* Tailwind (arbitrary) */
class="text-[#c70cdf] bg-[#c70cdf]"
/* SCSS */
$brand: #c70cdf;
/* SwiftUI */
Color(red: 0.780, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#c70cdf")Accessibility — WCAG contrast
Aa
#c70cdf on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70cdf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green4.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c70cdf text on a black background
contrast 4.55:1
Card sample
#c70cdf text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70cdf;
Background color
Panel with #c70cdf background
background-color: #c70cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70cdf; background: linear-gradient(135deg, #c70cdf, #DF0C6A);