#f94df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 77, 244
HSL
302°, 94%, 64%
CMYK
0, 69, 2, 2
Luminance
0.3198
Every format
| HEX | #f94df4 |
| RGB | rgb(249, 77, 244) |
| HSL | hsl(302, 94%, 64%) |
| CMYK | cmyk(0%, 69%, 2%, 2%) |
| LAB | lab(63.3 82.3 -50.0) |
| LCH | lch(63.3 96.3 328.7) |
| OKLCH | oklch(0.719 0.270 329.2) |
Copy-ready code
/* CSS */
color: #f94df4;
background-color: #f94df4;
/* Tailwind (arbitrary) */
class="text-[#f94df4] bg-[#f94df4]"
/* SCSS */
$brand: #f94df4;
/* SwiftUI */
Color(red: 0.976, green: 0.302, blue: 0.957)
/* Android */
Color.parseColor("#f94df4")Accessibility — WCAG contrast
Aa
#f94df4 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f94df4 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green30.2%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow2.0%
Key (black)2.4%
Color previews
#f94df4 text on a black background
contrast 7.40:1
Card sample
#f94df4 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94df4;
Background color
Panel with #f94df4 background
background-color: #f94df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 77, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 77, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94df4; background: linear-gradient(135deg, #f94df4, #F94D81);