#f147f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 71, 242
HSL
300°, 87%, 61%
CMYK
0, 71, 0, 5
Luminance
0.2962
Every format
| HEX | #f147f2 |
| RGB | rgb(241, 71, 242) |
| HSL | hsl(300, 87%, 61%) |
| CMYK | cmyk(0%, 71%, 0%, 5%) |
| LAB | lab(61.3 82.2 -52.1) |
| LCH | lch(61.3 97.4 327.6) |
| OKLCH | oklch(0.702 0.271 327.7) |
Copy-ready code
/* CSS */
color: #f147f2;
background-color: #f147f2;
/* Tailwind (arbitrary) */
class="text-[#f147f2] bg-[#f147f2]"
/* SCSS */
$brand: #f147f2;
/* SwiftUI */
Color(red: 0.945, green: 0.278, blue: 0.949)
/* Android */
Color.parseColor("#f147f2")Accessibility — WCAG contrast
Aa
#f147f2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f147f2 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green27.8%
Blue94.9%
CMYK percentages
Cyan0.4%
Magenta70.7%
Yellow0.0%
Key (black)5.1%
Color previews
#f147f2 text on a black background
contrast 6.92:1
Card sample
#f147f2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f147f2;
Background color
Panel with #f147f2 background
background-color: #f147f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f147f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 71, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 71, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f147f2; background: linear-gradient(135deg, #f147f2, #F24781);