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