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