#f99ef1
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 158, 241
HSL
305°, 88%, 80%
CMYK
0, 37, 3, 2
Luminance
0.5094
Every format
| HEX | #f99ef1 |
| RGB | rgb(249, 158, 241) |
| HSL | hsl(305, 88%, 80%) |
| CMYK | cmyk(0%, 37%, 3%, 2%) |
| LAB | lab(76.7 46.0 -27.6) |
| LCH | lch(76.7 53.7 329.0) |
| OKLCH | oklch(0.817 0.149 330.0) |
Copy-ready code
/* CSS */
color: #f99ef1;
background-color: #f99ef1;
/* Tailwind (arbitrary) */
class="text-[#f99ef1] bg-[#f99ef1]"
/* SCSS */
$brand: #f99ef1;
/* SwiftUI */
Color(red: 0.976, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#f99ef1")Accessibility — WCAG contrast
Aa
#f99ef1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99ef1 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green62.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow3.2%
Key (black)2.4%
Color previews
#f99ef1 text on a black background
contrast 11.19:1
Card sample
#f99ef1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99ef1;
Background color
Panel with #f99ef1 background
background-color: #f99ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99ef1; background: linear-gradient(135deg, #f99ef1, #F99EB4);