#f700f7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 0, 247
HSL
300°, 100%, 48%
CMYK
0, 100, 0, 3
Luminance
0.2649
Every format
| HEX | #f700f7 |
| RGB | rgb(247, 0, 247) |
| HSL | hsl(300, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 0%, 3%) |
| LAB | lab(58.5 95.9 -59.4) |
| LCH | lch(58.5 112.8 328.2) |
| OKLCH | oklch(0.685 0.315 328.4) |
Copy-ready code
/* CSS */
color: #f700f7;
background-color: #f700f7;
/* Tailwind (arbitrary) */
class="text-[#f700f7] bg-[#f700f7]"
/* SCSS */
$brand: #f700f7;
/* SwiftUI */
Color(red: 0.969, green: 0.000, blue: 0.969)
/* Android */
Color.parseColor("#f700f7")Accessibility — WCAG contrast
Aa
#f700f7 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f700f7 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.0%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)3.1%
Color previews
#f700f7 text on a black background
contrast 6.30:1
Card sample
#f700f7 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f700f7;
Background color
Panel with #f700f7 background
background-color: #f700f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f700f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 0, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 0, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f700f7; background: linear-gradient(135deg, #f700f7, #F70052);