#f891df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 145, 223
HSL
315°, 88%, 77%
CMYK
0, 42, 10, 3
Luminance
0.4553
Every format
| HEX | #f891df |
| RGB | rgb(248, 145, 223) |
| HSL | hsl(315, 88%, 77%) |
| CMYK | cmyk(0%, 42%, 10%, 3%) |
| LAB | lab(73.3 49.3 -23.0) |
| LCH | lch(73.3 54.4 335.0) |
| OKLCH | oklch(0.789 0.156 336.6) |
Copy-ready code
/* CSS */
color: #f891df;
background-color: #f891df;
/* Tailwind (arbitrary) */
class="text-[#f891df] bg-[#f891df]"
/* SCSS */
$brand: #f891df;
/* SwiftUI */
Color(red: 0.973, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f891df")Accessibility — WCAG contrast
Aa
#f891df on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f891df on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow10.1%
Key (black)2.7%
Color previews
#f891df text on a black background
contrast 10.11:1
Card sample
#f891df text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f891df;
Background color
Panel with #f891df background
background-color: #f891df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f891df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f891df; background: linear-gradient(135deg, #f891df, #F8919A);