#f99fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 159, 223
HSL
317°, 88%, 80%
CMYK
0, 36, 10, 2
Luminance
0.5026
Every format
| HEX | #f99fdf |
| RGB | rgb(249, 159, 223) |
| HSL | hsl(317, 88%, 80%) |
| CMYK | cmyk(0%, 36%, 10%, 2%) |
| LAB | lab(76.2 42.5 -18.5) |
| LCH | lch(76.2 46.3 336.5) |
| OKLCH | oklch(0.812 0.133 338.2) |
Copy-ready code
/* CSS */
color: #f99fdf;
background-color: #f99fdf;
/* Tailwind (arbitrary) */
class="text-[#f99fdf] bg-[#f99fdf]"
/* SCSS */
$brand: #f99fdf;
/* SwiftUI */
Color(red: 0.976, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#f99fdf")Accessibility — WCAG contrast
Aa
#f99fdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99fdf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow10.4%
Key (black)2.4%
Color previews
#f99fdf text on a black background
contrast 11.05:1
Card sample
#f99fdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99fdf;
Background color
Panel with #f99fdf background
background-color: #f99fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99fdf; background: linear-gradient(135deg, #f99fdf, #F99FA3);