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