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