#f98cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 140, 253
HSL
298°, 97%, 77%
CMYK
2, 45, 0, 1
Luminance
0.4599
Every format
| HEX | #f98cfd |
| RGB | rgb(249, 140, 253) |
| HSL | hsl(298, 97%, 77%) |
| CMYK | cmyk(2%, 45%, 0%, 1%) |
| LAB | lab(73.5 57.2 -38.9) |
| LCH | lch(73.5 69.2 325.8) |
| OKLCH | oklch(0.795 0.190 325.9) |
Copy-ready code
/* CSS */
color: #f98cfd;
background-color: #f98cfd;
/* Tailwind (arbitrary) */
class="text-[#f98cfd] bg-[#f98cfd]"
/* SCSS */
$brand: #f98cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#f98cfd")Accessibility — WCAG contrast
Aa
#f98cfd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98cfd on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.9%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f98cfd text on a black background
contrast 10.20:1
Card sample
#f98cfd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98cfd;
Background color
Panel with #f98cfd background
background-color: #f98cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98cfd; background: linear-gradient(135deg, #f98cfd, #FD8CB6);