#f99fef
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 159, 239
HSL
307°, 88%, 80%
CMYK
0, 36, 4, 2
Luminance
0.5117
Every format
| HEX | #f99fef |
| RGB | rgb(249, 159, 239) |
| HSL | hsl(307, 88%, 80%) |
| CMYK | cmyk(0%, 36%, 4%, 2%) |
| LAB | lab(76.8 45.2 -26.3) |
| LCH | lch(76.8 52.3 329.8) |
| OKLCH | oklch(0.818 0.146 330.8) |
Copy-ready code
/* CSS */
color: #f99fef;
background-color: #f99fef;
/* Tailwind (arbitrary) */
class="text-[#f99fef] bg-[#f99fef]"
/* SCSS */
$brand: #f99fef;
/* SwiftUI */
Color(red: 0.976, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#f99fef")Accessibility — WCAG contrast
Aa
#f99fef on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99fef on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green62.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow4.0%
Key (black)2.4%
Color previews
#f99fef text on a black background
contrast 11.23:1
Card sample
#f99fef text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99fef;
Background color
Panel with #f99fef background
background-color: #f99fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99fef; background: linear-gradient(135deg, #f99fef, #F99FB3);