#c70fd6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
199, 15, 214
HSL
296°, 87%, 45%
CMYK
7, 93, 0, 16
Luminance
0.1734
Every format
| HEX | #c70fd6 |
| RGB | rgb(199, 15, 214) |
| HSL | hsl(296, 87%, 45%) |
| CMYK | cmyk(7%, 93%, 0%, 16%) |
| LAB | lab(48.7 82.5 -56.9) |
| LCH | lch(48.7 100.2 325.4) |
| OKLCH | oklch(0.595 0.274 324.4) |
Copy-ready code
/* CSS */
color: #c70fd6;
background-color: #c70fd6;
/* Tailwind (arbitrary) */
class="text-[#c70fd6] bg-[#c70fd6]"
/* SCSS */
$brand: #c70fd6;
/* SwiftUI */
Color(red: 0.780, green: 0.059, blue: 0.839)
/* Android */
Color.parseColor("#c70fd6")Accessibility — WCAG contrast
Aa
#c70fd6 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70fd6 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.9%
Blue83.9%
CMYK percentages
Cyan7.0%
Magenta93.0%
Yellow0.0%
Key (black)16.1%
Color previews
#c70fd6 text on a black background
contrast 4.47:1
Card sample
#c70fd6 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70fd6;
Background color
Panel with #c70fd6 background
background-color: #c70fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 15, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 15, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70fd6; background: linear-gradient(135deg, #c70fd6, #D60F60);