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