#f90fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 15, 223
HSL
307°, 95%, 52%
CMYK
0, 94, 10, 2
Luminance
0.2581
Every format
| HEX | #f90fdf |
| RGB | rgb(249, 15, 223) |
| HSL | hsl(307, 95%, 52%) |
| CMYK | cmyk(0%, 94%, 10%, 2%) |
| LAB | lab(57.9 92.0 -46.9) |
| LCH | lch(57.9 103.3 333.0) |
| OKLCH | oklch(0.677 0.298 334.3) |
Copy-ready code
/* CSS */
color: #f90fdf;
background-color: #f90fdf;
/* Tailwind (arbitrary) */
class="text-[#f90fdf] bg-[#f90fdf]"
/* SCSS */
$brand: #f90fdf;
/* SwiftUI */
Color(red: 0.976, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#f90fdf")Accessibility — WCAG contrast
Aa
#f90fdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90fdf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f90fdf text on a black background
contrast 6.16:1
Card sample
#f90fdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90fdf;
Background color
Panel with #f90fdf background
background-color: #f90fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90fdf; background: linear-gradient(135deg, #f90fdf, #F90F43);