#f98cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 140, 223
HSL
314°, 90%, 76%
CMYK
0, 44, 10, 2
Luminance
0.4422
Every format
| HEX | #f98cdf |
| RGB | rgb(249, 140, 223) |
| HSL | hsl(314, 90%, 76%) |
| CMYK | cmyk(0%, 44%, 10%, 2%) |
| LAB | lab(72.4 52.1 -24.3) |
| LCH | lch(72.4 57.5 335.0) |
| OKLCH | oklch(0.783 0.165 336.6) |
Copy-ready code
/* CSS */
color: #f98cdf;
background-color: #f98cdf;
/* Tailwind (arbitrary) */
class="text-[#f98cdf] bg-[#f98cdf]"
/* SCSS */
$brand: #f98cdf;
/* SwiftUI */
Color(red: 0.976, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f98cdf")Accessibility — WCAG contrast
Aa
#f98cdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98cdf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow10.4%
Key (black)2.4%
Color previews
#f98cdf text on a black background
contrast 9.84:1
Card sample
#f98cdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98cdf;
Background color
Panel with #f98cdf background
background-color: #f98cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98cdf; background: linear-gradient(135deg, #f98cdf, #F98C96);