#f70aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 10, 255
HSL
298°, 100%, 52%
CMYK
3, 96, 0, 0
Luminance
0.2721
Every format
| HEX | #f70aff |
| RGB | rgb(247, 10, 255) |
| HSL | hsl(298, 100%, 52%) |
| CMYK | cmyk(3%, 96%, 0%, 0%) |
| LAB | lab(59.2 96.4 -62.7) |
| LCH | lch(59.2 115.0 327.0) |
| OKLCH | oklch(0.691 0.318 326.6) |
Copy-ready code
/* CSS */
color: #f70aff;
background-color: #f70aff;
/* Tailwind (arbitrary) */
class="text-[#f70aff] bg-[#f70aff]"
/* SCSS */
$brand: #f70aff;
/* SwiftUI */
Color(red: 0.969, green: 0.039, blue: 1.000)
/* Android */
Color.parseColor("#f70aff")Accessibility — WCAG contrast
Aa
#f70aff on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f70aff on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green3.9%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta96.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f70aff text on a black background
contrast 6.44:1
Card sample
#f70aff text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f70aff;
Background color
Panel with #f70aff background
background-color: #f70aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f70aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 10, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 10, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f70aff; background: linear-gradient(135deg, #f70aff, #FF0A64);