#d70fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 15, 215
HSL
300°, 87%, 45%
CMYK
0, 93, 0, 16
Luminance
0.1970
Every format
| HEX | #d70fd7 |
| RGB | rgb(215, 15, 215) |
| HSL | hsl(300, 87%, 45%) |
| CMYK | cmyk(0%, 93%, 0%, 16%) |
| LAB | lab(51.5 85.2 -52.9) |
| LCH | lch(51.5 100.3 328.2) |
| OKLCH | oklch(0.620 0.280 328.3) |
Copy-ready code
/* CSS */
color: #d70fd7;
background-color: #d70fd7;
/* Tailwind (arbitrary) */
class="text-[#d70fd7] bg-[#d70fd7]"
/* SCSS */
$brand: #d70fd7;
/* SwiftUI */
Color(red: 0.843, green: 0.059, blue: 0.843)
/* Android */
Color.parseColor("#d70fd7")Accessibility — WCAG contrast
Aa
#d70fd7 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d70fd7 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green5.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow0.0%
Key (black)15.7%
Color previews
#d70fd7 text on a black background
contrast 4.94:1
Card sample
#d70fd7 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d70fd7;
Background color
Panel with #d70fd7 background
background-color: #d70fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d70fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 15, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 15, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d70fd7; background: linear-gradient(135deg, #d70fd7, #D70F52);