#f702ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 2, 171
HSL
319°, 98%, 49%
CMYK
0, 99, 31, 3
Luminance
0.2276
Every format
| HEX | #f702ab |
| RGB | rgb(247, 2, 171) |
| HSL | hsl(319, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 31%, 3%) |
| LAB | lab(54.8 86.5 -21.7) |
| LCH | lch(54.8 89.2 345.9) |
| OKLCH | oklch(0.647 0.272 347.8) |
Copy-ready code
/* CSS */
color: #f702ab;
background-color: #f702ab;
/* Tailwind (arbitrary) */
class="text-[#f702ab] bg-[#f702ab]"
/* SCSS */
$brand: #f702ab;
/* SwiftUI */
Color(red: 0.969, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#f702ab")Accessibility — WCAG contrast
Aa
#f702ab on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f702ab on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow30.8%
Key (black)3.1%
Color previews
#f702ab text on a black background
contrast 5.55:1
Card sample
#f702ab text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f702ab;
Background color
Panel with #f702ab background
background-color: #f702ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f702ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f702ab; background: linear-gradient(135deg, #f702ab, #F70208);