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