#f74df5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 77, 245
HSL
301°, 91%, 64%
CMYK
0, 69, 1, 3
Luminance
0.3167
Every format
| HEX | #f74df5 |
| RGB | rgb(247, 77, 245) |
| HSL | hsl(301, 91%, 64%) |
| CMYK | cmyk(0%, 69%, 1%, 3%) |
| LAB | lab(63.1 82.0 -51.0) |
| LCH | lch(63.1 96.6 328.1) |
| OKLCH | oklch(0.717 0.269 328.4) |
Copy-ready code
/* CSS */
color: #f74df5;
background-color: #f74df5;
/* Tailwind (arbitrary) */
class="text-[#f74df5] bg-[#f74df5]"
/* SCSS */
$brand: #f74df5;
/* SwiftUI */
Color(red: 0.969, green: 0.302, blue: 0.961)
/* Android */
Color.parseColor("#f74df5")Accessibility — WCAG contrast
Aa
#f74df5 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74df5 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.2%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow0.8%
Key (black)3.1%
Color previews
#f74df5 text on a black background
contrast 7.33:1
Card sample
#f74df5 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74df5;
Background color
Panel with #f74df5 background
background-color: #f74df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 77, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 77, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74df5; background: linear-gradient(135deg, #f74df5, #F74D84);