#f98cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 140, 251
HSL
299°, 93%, 77%
CMYK
1, 44, 0, 2
Luminance
0.4586
Every format
| HEX | #f98cfb |
| RGB | rgb(249, 140, 251) |
| HSL | hsl(299, 93%, 77%) |
| CMYK | cmyk(1%, 44%, 0%, 2%) |
| LAB | lab(73.5 56.9 -38.0) |
| LCH | lch(73.5 68.4 326.3) |
| OKLCH | oklch(0.794 0.188 326.5) |
Copy-ready code
/* CSS */
color: #f98cfb;
background-color: #f98cfb;
/* Tailwind (arbitrary) */
class="text-[#f98cfb] bg-[#f98cfb]"
/* SCSS */
$brand: #f98cfb;
/* SwiftUI */
Color(red: 0.976, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#f98cfb")Accessibility — WCAG contrast
Aa
#f98cfb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98cfb on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.9%
Blue98.4%
CMYK percentages
Cyan0.8%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f98cfb text on a black background
contrast 10.17:1
Card sample
#f98cfb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98cfb;
Background color
Panel with #f98cfb background
background-color: #f98cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98cfb; background: linear-gradient(135deg, #f98cfb, #FB8CB3);