#f718df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 24, 223
HSL
307°, 93%, 53%
CMYK
0, 90, 10, 3
Luminance
0.2576
Every format
| HEX | #f718df |
| RGB | rgb(247, 24, 223) |
| HSL | hsl(307, 93%, 53%) |
| CMYK | cmyk(0%, 90%, 10%, 3%) |
| LAB | lab(57.8 90.8 -47.0) |
| LCH | lch(57.8 102.3 332.6) |
| OKLCH | oklch(0.676 0.294 333.9) |
Copy-ready code
/* CSS */
color: #f718df;
background-color: #f718df;
/* Tailwind (arbitrary) */
class="text-[#f718df] bg-[#f718df]"
/* SCSS */
$brand: #f718df;
/* SwiftUI */
Color(red: 0.969, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#f718df")Accessibility — WCAG contrast
Aa
#f718df on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f718df on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green9.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow9.7%
Key (black)3.1%
Color previews
#f718df text on a black background
contrast 6.15:1
Card sample
#f718df text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f718df;
Background color
Panel with #f718df background
background-color: #f718df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f718df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f718df; background: linear-gradient(135deg, #f718df, #F7184A);