#f992ad
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 146, 173
HSL
344°, 90%, 78%
CMYK
0, 41, 31, 2
Luminance
0.4371
Every format
| HEX | #f992ad |
| RGB | rgb(249, 146, 173) |
| HSL | hsl(344, 90%, 78%) |
| CMYK | cmyk(0%, 41%, 31%, 2%) |
| LAB | lab(72.0 41.9 2.9) |
| LCH | lch(72.0 42.0 3.9) |
| OKLCH | oklch(0.775 0.127 3.6) |
Copy-ready code
/* CSS */
color: #f992ad;
background-color: #f992ad;
/* Tailwind (arbitrary) */
class="text-[#f992ad] bg-[#f992ad]"
/* SCSS */
$brand: #f992ad;
/* SwiftUI */
Color(red: 0.976, green: 0.573, blue: 0.678)
/* Android */
Color.parseColor("#f992ad")Accessibility — WCAG contrast
Aa
#f992ad on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f992ad on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green57.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow30.5%
Key (black)2.4%
Color previews
#f992ad text on a black background
contrast 9.74:1
Card sample
#f992ad text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f992ad;
Background color
Panel with #f992ad background
background-color: #f992ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f992ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 146, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 146, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f992ad; background: linear-gradient(135deg, #f992ad, #F9BC92);