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