#f70afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 10, 253
HSL
299°, 98%, 52%
CMYK
2, 96, 0, 1
Luminance
0.2708
Every format
| HEX | #f70afd |
| RGB | rgb(247, 10, 253) |
| HSL | hsl(299, 98%, 52%) |
| CMYK | cmyk(2%, 96%, 0%, 1%) |
| LAB | lab(59.1 96.1 -61.8) |
| LCH | lch(59.1 114.3 327.3) |
| OKLCH | oklch(0.690 0.317 327.0) |
Copy-ready code
/* CSS */
color: #f70afd;
background-color: #f70afd;
/* Tailwind (arbitrary) */
class="text-[#f70afd] bg-[#f70afd]"
/* SCSS */
$brand: #f70afd;
/* SwiftUI */
Color(red: 0.969, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#f70afd")Accessibility — WCAG contrast
Aa
#f70afd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f70afd on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green3.9%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f70afd text on a black background
contrast 6.42:1
Card sample
#f70afd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f70afd;
Background color
Panel with #f70afd background
background-color: #f70afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f70afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f70afd; background: linear-gradient(135deg, #f70afd, #FD0A61);