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