#f94fe8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 79, 232
HSL
306°, 93%, 64%
CMYK
0, 68, 7, 2
Luminance
0.3156
Every format
| HEX | #f94fe8 |
| RGB | rgb(249, 79, 232) |
| HSL | hsl(306, 93%, 64%) |
| CMYK | cmyk(0%, 68%, 7%, 2%) |
| LAB | lab(63.0 79.8 -43.9) |
| LCH | lch(63.0 91.1 331.2) |
| OKLCH | oklch(0.715 0.259 332.3) |
Copy-ready code
/* CSS */
color: #f94fe8;
background-color: #f94fe8;
/* Tailwind (arbitrary) */
class="text-[#f94fe8] bg-[#f94fe8]"
/* SCSS */
$brand: #f94fe8;
/* SwiftUI */
Color(red: 0.976, green: 0.310, blue: 0.910)
/* Android */
Color.parseColor("#f94fe8")Accessibility — WCAG contrast
Aa
#f94fe8 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f94fe8 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green31.0%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow6.8%
Key (black)2.4%
Color previews
#f94fe8 text on a black background
contrast 7.31:1
Card sample
#f94fe8 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94fe8;
Background color
Panel with #f94fe8 background
background-color: #f94fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 79, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 79, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94fe8; background: linear-gradient(135deg, #f94fe8, #F94F77);