#f94fdf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
249, 79, 223
HSL
309°, 93%, 64%
CMYK
0, 68, 10, 2
Luminance
0.3106
Every format
| HEX | #f94fdf |
| RGB | rgb(249, 79, 223) |
| HSL | hsl(309, 93%, 64%) |
| CMYK | cmyk(0%, 68%, 10%, 2%) |
| LAB | lab(62.6 78.5 -39.5) |
| LCH | lch(62.6 87.9 333.3) |
| OKLCH | oklch(0.711 0.253 334.7) |
Copy-ready code
/* CSS */
color: #f94fdf;
background-color: #f94fdf;
/* Tailwind (arbitrary) */
class="text-[#f94fdf] bg-[#f94fdf]"
/* SCSS */
$brand: #f94fdf;
/* SwiftUI */
Color(red: 0.976, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#f94fdf")Accessibility — WCAG contrast
Aa
#f94fdf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f94fdf on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow10.4%
Key (black)2.4%
Color previews
#f94fdf text on a black background
contrast 7.21:1
Card sample
#f94fdf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94fdf;
Background color
Panel with #f94fdf background
background-color: #f94fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94fdf; background: linear-gradient(135deg, #f94fdf, #F94F6E);