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