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