#c70fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 15, 223
HSL
293°, 87%, 47%
CMYK
11, 93, 0, 13
Luminance
0.1781
Every format
| HEX | #c70fdf |
| RGB | rgb(199, 15, 223) |
| HSL | hsl(293, 87%, 47%) |
| CMYK | cmyk(11%, 93%, 0%, 13%) |
| LAB | lab(49.3 83.9 -61.1) |
| LCH | lch(49.3 103.8 323.9) |
| OKLCH | oklch(0.601 0.280 322.1) |
Copy-ready code
/* CSS */
color: #c70fdf;
background-color: #c70fdf;
/* Tailwind (arbitrary) */
class="text-[#c70fdf] bg-[#c70fdf]"
/* SCSS */
$brand: #c70fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#c70fdf")Accessibility — WCAG contrast
Aa
#c70fdf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70fdf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c70fdf text on a black background
contrast 4.56:1
Card sample
#c70fdf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70fdf;
Background color
Panel with #c70fdf background
background-color: #c70fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70fdf; background: linear-gradient(135deg, #c70fdf, #DF0F6C);