#f992af
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 146, 175
HSL
343°, 90%, 78%
CMYK
0, 41, 30, 2
Luminance
0.4379
Every format
| HEX | #f992af |
| RGB | rgb(249, 146, 175) |
| HSL | hsl(343, 90%, 78%) |
| CMYK | cmyk(0%, 41%, 30%, 2%) |
| LAB | lab(72.1 42.1 1.8) |
| LCH | lch(72.1 42.2 2.5) |
| OKLCH | oklch(0.776 0.128 2.4) |
Copy-ready code
/* CSS */
color: #f992af;
background-color: #f992af;
/* Tailwind (arbitrary) */
class="text-[#f992af] bg-[#f992af]"
/* SCSS */
$brand: #f992af;
/* SwiftUI */
Color(red: 0.976, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#f992af")Accessibility — WCAG contrast
Aa
#f992af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f992af on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow29.7%
Key (black)2.4%
Color previews
#f992af text on a black background
contrast 9.76:1
Card sample
#f992af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f992af;
Background color
Panel with #f992af background
background-color: #f992af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f992af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f992af; background: linear-gradient(135deg, #f992af, #F9BA92);