#f72dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 45, 251
HSL
299°, 96%, 58%
CMYK
2, 82, 0, 2
Luminance
0.2862
Every format
| HEX | #f72dfb |
| RGB | rgb(247, 45, 251) |
| HSL | hsl(299, 96%, 58%) |
| CMYK | cmyk(2%, 82%, 0%, 2%) |
| LAB | lab(60.4 91.4 -58.5) |
| LCH | lch(60.4 108.5 327.4) |
| OKLCH | oklch(0.699 0.301 327.3) |
Copy-ready code
/* CSS */
color: #f72dfb;
background-color: #f72dfb;
/* Tailwind (arbitrary) */
class="text-[#f72dfb] bg-[#f72dfb]"
/* SCSS */
$brand: #f72dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#f72dfb")Accessibility — WCAG contrast
Aa
#f72dfb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72dfb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green17.6%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#f72dfb text on a black background
contrast 6.72:1
Card sample
#f72dfb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72dfb;
Background color
Panel with #f72dfb background
background-color: #f72dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72dfb; background: linear-gradient(135deg, #f72dfb, #FB2D76);