#f74df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 77, 242
HSL
302°, 91%, 64%
CMYK
0, 69, 2, 3
Luminance
0.3149
Every format
| HEX | #f74df2 |
| RGB | rgb(247, 77, 242) |
| HSL | hsl(302, 91%, 64%) |
| CMYK | cmyk(0%, 69%, 2%, 3%) |
| LAB | lab(62.9 81.5 -49.5) |
| LCH | lch(62.9 95.4 328.7) |
| OKLCH | oklch(0.716 0.267 329.2) |
Copy-ready code
/* CSS */
color: #f74df2;
background-color: #f74df2;
/* Tailwind (arbitrary) */
class="text-[#f74df2] bg-[#f74df2]"
/* SCSS */
$brand: #f74df2;
/* SwiftUI */
Color(red: 0.969, green: 0.302, blue: 0.949)
/* Android */
Color.parseColor("#f74df2")Accessibility — WCAG contrast
Aa
#f74df2 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74df2 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow2.0%
Key (black)3.1%
Color previews
#f74df2 text on a black background
contrast 7.30:1
Card sample
#f74df2 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74df2;
Background color
Panel with #f74df2 background
background-color: #f74df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 77, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 77, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74df2; background: linear-gradient(135deg, #f74df2, #F74D80);