#f98cef
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 140, 239
HSL
306°, 90%, 76%
CMYK
0, 44, 4, 2
Luminance
0.4513
Every format
| HEX | #f98cef |
| RGB | rgb(249, 140, 239) |
| HSL | hsl(306, 90%, 76%) |
| CMYK | cmyk(0%, 44%, 4%, 2%) |
| LAB | lab(73.0 54.8 -32.2) |
| LCH | lch(73.0 63.5 329.6) |
| OKLCH | oklch(0.789 0.178 330.5) |
Copy-ready code
/* CSS */
color: #f98cef;
background-color: #f98cef;
/* Tailwind (arbitrary) */
class="text-[#f98cef] bg-[#f98cef]"
/* SCSS */
$brand: #f98cef;
/* SwiftUI */
Color(red: 0.976, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#f98cef")Accessibility — WCAG contrast
Aa
#f98cef on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98cef on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow4.0%
Key (black)2.4%
Color previews
#f98cef text on a black background
contrast 10.03:1
Card sample
#f98cef text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98cef;
Background color
Panel with #f98cef background
background-color: #f98cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98cef; background: linear-gradient(135deg, #f98cef, #F98CA6);