#f94dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 77, 236
HSL
305°, 94%, 64%
CMYK
0, 69, 5, 2
Luminance
0.3150
Every format
| HEX | #f94dec |
| RGB | rgb(249, 77, 236) |
| HSL | hsl(305, 94%, 64%) |
| CMYK | cmyk(0%, 69%, 5%, 2%) |
| LAB | lab(62.9 81.1 -46.2) |
| LCH | lch(62.9 93.3 330.3) |
| OKLCH | oklch(0.715 0.264 331.2) |
Copy-ready code
/* CSS */
color: #f94dec;
background-color: #f94dec;
/* Tailwind (arbitrary) */
class="text-[#f94dec] bg-[#f94dec]"
/* SCSS */
$brand: #f94dec;
/* SwiftUI */
Color(red: 0.976, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#f94dec")Accessibility — WCAG contrast
Aa
#f94dec on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f94dec on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green30.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow5.2%
Key (black)2.4%
Color previews
#f94dec text on a black background
contrast 7.30:1
Card sample
#f94dec text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94dec;
Background color
Panel with #f94dec background
background-color: #f94dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94dec; background: linear-gradient(135deg, #f94dec, #F94D79);