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