#f892ab
a light, electric red · warm · closest name: pink
RGB
248, 146, 171
HSL
345°, 88%, 77%
CMYK
0, 41, 31, 3
Luminance
0.4345
Every format
| HEX | #f892ab |
| RGB | rgb(248, 146, 171) |
| HSL | hsl(345, 88%, 77%) |
| CMYK | cmyk(0%, 41%, 31%, 3%) |
| LAB | lab(71.9 41.3 3.7) |
| LCH | lch(71.9 41.5 5.1) |
| OKLCH | oklch(0.773 0.126 4.6) |
Copy-ready code
/* CSS */
color: #f892ab;
background-color: #f892ab;
/* Tailwind (arbitrary) */
class="text-[#f892ab] bg-[#f892ab]"
/* SCSS */
$brand: #f892ab;
/* SwiftUI */
Color(red: 0.973, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#f892ab")Accessibility — WCAG contrast
Aa
#f892ab on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f892ab on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green57.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow31.0%
Key (black)2.7%
Color previews
#f892ab text on a black background
contrast 9.69:1
Card sample
#f892ab text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f892ab;
Background color
Panel with #f892ab background
background-color: #f892ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f892ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f892ab; background: linear-gradient(135deg, #f892ab, #F8BD92);