#f700a7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 0, 167
HSL
319°, 100%, 48%
CMYK
0, 100, 32, 3
Luminance
0.2256
Every format
| HEX | #f700a7 |
| RGB | rgb(247, 0, 167) |
| HSL | hsl(319, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 32%, 3%) |
| LAB | lab(54.6 86.2 -19.7) |
| LCH | lch(54.6 88.5 347.1) |
| OKLCH | oklch(0.645 0.270 349.0) |
Copy-ready code
/* CSS */
color: #f700a7;
background-color: #f700a7;
/* Tailwind (arbitrary) */
class="text-[#f700a7] bg-[#f700a7]"
/* SCSS */
$brand: #f700a7;
/* SwiftUI */
Color(red: 0.969, green: 0.000, blue: 0.655)
/* Android */
Color.parseColor("#f700a7")Accessibility — WCAG contrast
Aa
#f700a7 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f700a7 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.4%
Key (black)3.1%
Color previews
#f700a7 text on a black background
contrast 5.51:1
Card sample
#f700a7 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f700a7;
Background color
Panel with #f700a7 background
background-color: #f700a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f700a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 0, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 0, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f700a7; background: linear-gradient(135deg, #f700a7, #F70002);