#f94591
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
249, 69, 145
HSL
335°, 94%, 62%
CMYK
0, 72, 42, 2
Luminance
0.2644
Every format
| HEX | #f94591 |
| RGB | rgb(249, 69, 145) |
| HSL | hsl(335, 94%, 62%) |
| CMYK | cmyk(0%, 72%, 42%, 2%) |
| LAB | lab(58.5 72.5 -1.0) |
| LCH | lch(58.5 72.5 359.2) |
| OKLCH | oklch(0.671 0.223 359.6) |
Copy-ready code
/* CSS */
color: #f94591;
background-color: #f94591;
/* Tailwind (arbitrary) */
class="text-[#f94591] bg-[#f94591]"
/* SCSS */
$brand: #f94591;
/* SwiftUI */
Color(red: 0.976, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#f94591")Accessibility — WCAG contrast
Aa
#f94591 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94591 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green27.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow41.8%
Key (black)2.4%
Color previews
#f94591 text on a black background
contrast 6.29:1
Card sample
#f94591 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94591;
Background color
Panel with #f94591 background
background-color: #f94591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94591; background: linear-gradient(135deg, #f94591, #F97145);