#f72cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 44, 223
HSL
307°, 93%, 57%
CMYK
0, 82, 10, 3
Luminance
0.2690
Every format
| HEX | #f72cdf |
| RGB | rgb(247, 44, 223) |
| HSL | hsl(307, 93%, 57%) |
| CMYK | cmyk(0%, 82%, 10%, 3%) |
| LAB | lab(58.9 87.7 -45.3) |
| LCH | lch(58.9 98.7 332.7) |
| OKLCH | oklch(0.683 0.283 334.0) |
Copy-ready code
/* CSS */
color: #f72cdf;
background-color: #f72cdf;
/* Tailwind (arbitrary) */
class="text-[#f72cdf] bg-[#f72cdf]"
/* SCSS */
$brand: #f72cdf;
/* SwiftUI */
Color(red: 0.969, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#f72cdf")Accessibility — WCAG contrast
Aa
#f72cdf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72cdf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow9.7%
Key (black)3.1%
Color previews
#f72cdf text on a black background
contrast 6.38:1
Card sample
#f72cdf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72cdf;
Background color
Panel with #f72cdf background
background-color: #f72cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72cdf; background: linear-gradient(135deg, #f72cdf, #F72C58);