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