#f98fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 143, 226
HSL
313°, 90%, 77%
CMYK
0, 43, 9, 2
Luminance
0.4528
Every format
| HEX | #f98fe2 |
| RGB | rgb(249, 143, 226) |
| HSL | hsl(313, 90%, 77%) |
| CMYK | cmyk(0%, 43%, 9%, 2%) |
| LAB | lab(73.1 51.1 -24.9) |
| LCH | lch(73.1 56.9 334.0) |
| OKLCH | oklch(0.788 0.162 335.6) |
Copy-ready code
/* CSS */
color: #f98fe2;
background-color: #f98fe2;
/* Tailwind (arbitrary) */
class="text-[#f98fe2] bg-[#f98fe2]"
/* SCSS */
$brand: #f98fe2;
/* SwiftUI */
Color(red: 0.976, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#f98fe2")Accessibility — WCAG contrast
Aa
#f98fe2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98fe2 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green56.1%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow9.2%
Key (black)2.4%
Color previews
#f98fe2 text on a black background
contrast 10.06:1
Card sample
#f98fe2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98fe2;
Background color
Panel with #f98fe2 background
background-color: #f98fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98fe2; background: linear-gradient(135deg, #f98fe2, #F98F9C);