#f74ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 78, 241
HSL
302°, 91%, 64%
CMYK
0, 68, 2, 3
Luminance
0.3157
Every format
| HEX | #f74ef1 |
| RGB | rgb(247, 78, 241) |
| HSL | hsl(302, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 2%, 3%) |
| LAB | lab(63.0 81.1 -48.9) |
| LCH | lch(63.0 94.7 328.9) |
| OKLCH | oklch(0.716 0.265 329.4) |
Copy-ready code
/* CSS */
color: #f74ef1;
background-color: #f74ef1;
/* Tailwind (arbitrary) */
class="text-[#f74ef1] bg-[#f74ef1]"
/* SCSS */
$brand: #f74ef1;
/* SwiftUI */
Color(red: 0.969, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#f74ef1")Accessibility — WCAG contrast
Aa
#f74ef1 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74ef1 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow2.4%
Key (black)3.1%
Color previews
#f74ef1 text on a black background
contrast 7.31:1
Card sample
#f74ef1 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74ef1;
Background color
Panel with #f74ef1 background
background-color: #f74ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74ef1; background: linear-gradient(135deg, #f74ef1, #F74E80);