#f892ba
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 146, 186
HSL
337°, 88%, 77%
CMYK
0, 41, 25, 3
Luminance
0.4406
Every format
| HEX | #f892ba |
| RGB | rgb(248, 146, 186) |
| HSL | hsl(337, 88%, 77%) |
| CMYK | cmyk(0%, 41%, 25%, 3%) |
| LAB | lab(72.3 43.3 -4.0) |
| LCH | lch(72.3 43.5 354.7) |
| OKLCH | oklch(0.778 0.131 355.6) |
Copy-ready code
/* CSS */
color: #f892ba;
background-color: #f892ba;
/* Tailwind (arbitrary) */
class="text-[#f892ba] bg-[#f892ba]"
/* SCSS */
$brand: #f892ba;
/* SwiftUI */
Color(red: 0.973, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#f892ba")Accessibility — WCAG contrast
Aa
#f892ba on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f892ba on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green57.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow25.0%
Key (black)2.7%
Color previews
#f892ba text on a black background
contrast 9.81:1
Card sample
#f892ba text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f892ba;
Background color
Panel with #f892ba background
background-color: #f892ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f892ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f892ba; background: linear-gradient(135deg, #f892ba, #F8AE92);