#f98dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 141, 254
HSL
297°, 98%, 78%
CMYK
2, 45, 0, 0
Luminance
0.4635
Every format
| HEX | #f98dfe |
| RGB | rgb(249, 141, 254) |
| HSL | hsl(297, 98%, 78%) |
| CMYK | cmyk(2%, 45%, 0%, 0%) |
| LAB | lab(73.8 56.9 -39.1) |
| LCH | lch(73.8 69.0 325.5) |
| OKLCH | oklch(0.797 0.190 325.6) |
Copy-ready code
/* CSS */
color: #f98dfe;
background-color: #f98dfe;
/* Tailwind (arbitrary) */
class="text-[#f98dfe] bg-[#f98dfe]"
/* SCSS */
$brand: #f98dfe;
/* SwiftUI */
Color(red: 0.976, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#f98dfe")Accessibility — WCAG contrast
Aa
#f98dfe on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98dfe on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green55.3%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f98dfe text on a black background
contrast 10.27:1
Card sample
#f98dfe text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98dfe;
Background color
Panel with #f98dfe background
background-color: #f98dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98dfe; background: linear-gradient(135deg, #f98dfe, #FE8DB8);