#f72bef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 43, 239
HSL
302°, 93%, 57%
CMYK
0, 83, 3, 3
Luminance
0.2773
Every format
| HEX | #f72bef |
| RGB | rgb(247, 43, 239) |
| HSL | hsl(302, 93%, 57%) |
| CMYK | cmyk(0%, 83%, 3%, 3%) |
| LAB | lab(59.6 90.1 -53.1) |
| LCH | lch(59.6 104.5 329.5) |
| OKLCH | oklch(0.692 0.294 330.1) |
Copy-ready code
/* CSS */
color: #f72bef;
background-color: #f72bef;
/* Tailwind (arbitrary) */
class="text-[#f72bef] bg-[#f72bef]"
/* SCSS */
$brand: #f72bef;
/* SwiftUI */
Color(red: 0.969, green: 0.169, blue: 0.937)
/* Android */
Color.parseColor("#f72bef")Accessibility — WCAG contrast
Aa
#f72bef on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72bef on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green16.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow3.2%
Key (black)3.1%
Color previews
#f72bef text on a black background
contrast 6.55:1
Card sample
#f72bef text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72bef;
Background color
Panel with #f72bef background
background-color: #f72bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 43, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 43, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72bef; background: linear-gradient(135deg, #f72bef, #F72B67);