#f702db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 2, 219
HSL
307°, 98%, 49%
CMYK
0, 99, 11, 3
Luminance
0.2493
Every format
| HEX | #f702db |
| RGB | rgb(247, 2, 219) |
| HSL | hsl(307, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 11%, 3%) |
| LAB | lab(57.0 92.0 -46.0) |
| LCH | lch(57.0 102.9 333.4) |
| OKLCH | oklch(0.669 0.297 334.9) |
Copy-ready code
/* CSS */
color: #f702db;
background-color: #f702db;
/* Tailwind (arbitrary) */
class="text-[#f702db] bg-[#f702db]"
/* SCSS */
$brand: #f702db;
/* SwiftUI */
Color(red: 0.969, green: 0.008, blue: 0.859)
/* Android */
Color.parseColor("#f702db")Accessibility — WCAG contrast
Aa
#f702db on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f702db on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow11.3%
Key (black)3.1%
Color previews
#f702db text on a black background
contrast 5.99:1
Card sample
#f702db text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f702db;
Background color
Panel with #f702db background
background-color: #f702db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f702db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 2, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 2, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f702db; background: linear-gradient(135deg, #f702db, #F70237);