#f70df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 13, 242
HSL
301°, 94%, 51%
CMYK
0, 95, 2, 3
Luminance
0.2647
Every format
| HEX | #f70df2 |
| RGB | rgb(247, 13, 242) |
| HSL | hsl(301, 94%, 51%) |
| CMYK | cmyk(0%, 95%, 2%, 3%) |
| LAB | lab(58.5 94.4 -56.6) |
| LCH | lch(58.5 110.1 329.0) |
| OKLCH | oklch(0.684 0.309 329.5) |
Copy-ready code
/* CSS */
color: #f70df2;
background-color: #f70df2;
/* Tailwind (arbitrary) */
class="text-[#f70df2] bg-[#f70df2]"
/* SCSS */
$brand: #f70df2;
/* SwiftUI */
Color(red: 0.969, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#f70df2")Accessibility — WCAG contrast
Aa
#f70df2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f70df2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green5.1%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow2.0%
Key (black)3.1%
Color previews
#f70df2 text on a black background
contrast 6.29:1
Card sample
#f70df2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f70df2;
Background color
Panel with #f70df2 background
background-color: #f70df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f70df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f70df2; background: linear-gradient(135deg, #f70df2, #F70D56);