#f702af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 2, 175
HSL
318°, 98%, 49%
CMYK
0, 99, 29, 3
Luminance
0.2291
Every format
| HEX | #f702af |
| RGB | rgb(247, 2, 175) |
| HSL | hsl(318, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 29%, 3%) |
| LAB | lab(55.0 86.9 -23.8) |
| LCH | lch(55.0 90.1 344.7) |
| OKLCH | oklch(0.648 0.273 346.6) |
Copy-ready code
/* CSS */
color: #f702af;
background-color: #f702af;
/* Tailwind (arbitrary) */
class="text-[#f702af] bg-[#f702af]"
/* SCSS */
$brand: #f702af;
/* SwiftUI */
Color(red: 0.969, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#f702af")Accessibility — WCAG contrast
Aa
#f702af on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f702af on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow29.1%
Key (black)3.1%
Color previews
#f702af text on a black background
contrast 5.58:1
Card sample
#f702af text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f702af;
Background color
Panel with #f702af background
background-color: #f702af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f702af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f702af; background: linear-gradient(135deg, #f702af, #F7020C);