#f937df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 55, 223
HSL
308°, 94%, 60%
CMYK
0, 78, 10, 2
Luminance
0.2820
Every format
| HEX | #f937df |
| RGB | rgb(249, 55, 223) |
| HSL | hsl(308, 94%, 60%) |
| CMYK | cmyk(0%, 78%, 10%, 2%) |
| LAB | lab(60.1 85.6 -43.4) |
| LCH | lch(60.1 96.0 333.1) |
| OKLCH | oklch(0.693 0.276 334.5) |
Copy-ready code
/* CSS */
color: #f937df;
background-color: #f937df;
/* Tailwind (arbitrary) */
class="text-[#f937df] bg-[#f937df]"
/* SCSS */
$brand: #f937df;
/* SwiftUI */
Color(red: 0.976, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#f937df")Accessibility — WCAG contrast
Aa
#f937df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f937df on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green21.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow10.4%
Key (black)2.4%
Color previews
#f937df text on a black background
contrast 6.64:1
Card sample
#f937df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f937df;
Background color
Panel with #f937df background
background-color: #f937df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f937df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f937df; background: linear-gradient(135deg, #f937df, #F9375E);