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