#c70fa8
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 15, 168
HSL
310°, 86%, 42%
CMYK
0, 93, 16, 22
Luminance
0.1531
Every format
| HEX | #c70fa8 |
| RGB | rgb(199, 15, 168) |
| HSL | hsl(310, 86%, 42%) |
| CMYK | cmyk(0%, 93%, 16%, 22%) |
| LAB | lab(46.1 75.9 -34.3) |
| LCH | lch(46.1 83.3 335.7) |
| OKLCH | oklch(0.568 0.244 337.4) |
Copy-ready code
/* CSS */
color: #c70fa8;
background-color: #c70fa8;
/* Tailwind (arbitrary) */
class="text-[#c70fa8] bg-[#c70fa8]"
/* SCSS */
$brand: #c70fa8;
/* SwiftUI */
Color(red: 0.780, green: 0.059, blue: 0.659)
/* Android */
Color.parseColor("#c70fa8")Accessibility — WCAG contrast
Aa
#c70fa8 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70fa8 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.9%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow15.6%
Key (black)22.0%
Color previews
#c70fa8 text on a black background
contrast 4.06:1
Card sample
#c70fa8 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70fa8;
Background color
Panel with #c70fa8 background
background-color: #c70fa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70fa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 15, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 15, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70fa8; background: linear-gradient(135deg, #c70fa8, #C70F2D);