#f99eb7
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 158, 183
HSL
344°, 88%, 80%
CMYK
0, 37, 27, 2
Luminance
0.4801
Every format
| HEX | #f99eb7 |
| RGB | rgb(249, 158, 183) |
| HSL | hsl(344, 88%, 80%) |
| CMYK | cmyk(0%, 37%, 27%, 2%) |
| LAB | lab(74.8 37.0 1.4) |
| LCH | lch(74.8 37.0 2.2) |
| OKLCH | oklch(0.797 0.112 2.1) |
Copy-ready code
/* CSS */
color: #f99eb7;
background-color: #f99eb7;
/* Tailwind (arbitrary) */
class="text-[#f99eb7] bg-[#f99eb7]"
/* SCSS */
$brand: #f99eb7;
/* SwiftUI */
Color(red: 0.976, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#f99eb7")Accessibility — WCAG contrast
Aa
#f99eb7 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99eb7 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow26.5%
Key (black)2.4%
Color previews
#f99eb7 text on a black background
contrast 10.60:1
Card sample
#f99eb7 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99eb7;
Background color
Panel with #f99eb7 background
background-color: #f99eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99eb7; background: linear-gradient(135deg, #f99eb7, #F9C29E);