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