#f70dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 13, 251
HSL
299°, 97%, 52%
CMYK
2, 95, 0, 2
Luminance
0.2703
Every format
| HEX | #f70dfb |
| RGB | rgb(247, 13, 251) |
| HSL | hsl(299, 97%, 52%) |
| CMYK | cmyk(2%, 95%, 0%, 2%) |
| LAB | lab(59.0 95.7 -60.8) |
| LCH | lch(59.0 113.3 327.6) |
| OKLCH | oklch(0.689 0.315 327.5) |
Copy-ready code
/* CSS */
color: #f70dfb;
background-color: #f70dfb;
/* Tailwind (arbitrary) */
class="text-[#f70dfb] bg-[#f70dfb]"
/* SCSS */
$brand: #f70dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#f70dfb")Accessibility — WCAG contrast
Aa
#f70dfb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f70dfb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green5.1%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f70dfb text on a black background
contrast 6.41:1
Card sample
#f70dfb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f70dfb;
Background color
Panel with #f70dfb background
background-color: #f70dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f70dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f70dfb; background: linear-gradient(135deg, #f70dfb, #FB0D60);