#f74fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 79, 239
HSL
303°, 91%, 64%
CMYK
0, 68, 3, 3
Luminance
0.3160
Every format
| HEX | #f74fef |
| RGB | rgb(247, 79, 239) |
| HSL | hsl(303, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 3%, 3%) |
| LAB | lab(63.0 80.4 -47.8) |
| LCH | lch(63.0 93.5 329.3) |
| OKLCH | oklch(0.716 0.263 329.9) |
Copy-ready code
/* CSS */
color: #f74fef;
background-color: #f74fef;
/* Tailwind (arbitrary) */
class="text-[#f74fef] bg-[#f74fef]"
/* SCSS */
$brand: #f74fef;
/* SwiftUI */
Color(red: 0.969, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#f74fef")Accessibility — WCAG contrast
Aa
#f74fef on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74fef on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow3.2%
Key (black)3.1%
Color previews
#f74fef text on a black background
contrast 7.32:1
Card sample
#f74fef text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74fef;
Background color
Panel with #f74fef background
background-color: #f74fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74fef; background: linear-gradient(135deg, #f74fef, #F74F7F);