#f98fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 143, 223
HSL
315°, 90%, 77%
CMYK
0, 43, 10, 2
Luminance
0.4511
Every format
| HEX | #f98fdf |
| RGB | rgb(249, 143, 223) |
| HSL | hsl(315, 90%, 77%) |
| CMYK | cmyk(0%, 43%, 10%, 2%) |
| LAB | lab(73.0 50.6 -23.4) |
| LCH | lch(73.0 55.8 335.2) |
| OKLCH | oklch(0.787 0.160 336.8) |
Copy-ready code
/* CSS */
color: #f98fdf;
background-color: #f98fdf;
/* Tailwind (arbitrary) */
class="text-[#f98fdf] bg-[#f98fdf]"
/* SCSS */
$brand: #f98fdf;
/* SwiftUI */
Color(red: 0.976, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#f98fdf")Accessibility — WCAG contrast
Aa
#f98fdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98fdf on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f98fdf text on a black background
contrast 10.02:1
Card sample
#f98fdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98fdf;
Background color
Panel with #f98fdf background
background-color: #f98fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98fdf; background: linear-gradient(135deg, #f98fdf, #F98F99);