#f894ba
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 148, 186
HSL
337°, 88%, 78%
CMYK
0, 40, 25, 3
Luminance
0.4468
Every format
| HEX | #f894ba |
| RGB | rgb(248, 148, 186) |
| HSL | hsl(337, 88%, 78%) |
| CMYK | cmyk(0%, 40%, 25%, 3%) |
| LAB | lab(72.7 42.2 -3.4) |
| LCH | lch(72.7 42.4 355.4) |
| OKLCH | oklch(0.781 0.128 356.2) |
Copy-ready code
/* CSS */
color: #f894ba;
background-color: #f894ba;
/* Tailwind (arbitrary) */
class="text-[#f894ba] bg-[#f894ba]"
/* SCSS */
$brand: #f894ba;
/* SwiftUI */
Color(red: 0.973, green: 0.580, blue: 0.729)
/* Android */
Color.parseColor("#f894ba")Accessibility — WCAG contrast
Aa
#f894ba on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f894ba on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green58.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow25.0%
Key (black)2.7%
Color previews
#f894ba text on a black background
contrast 9.94:1
Card sample
#f894ba text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f894ba;
Background color
Panel with #f894ba background
background-color: #f894ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f894ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 148, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 148, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f894ba; background: linear-gradient(135deg, #f894ba, #F8B194);