#f391df
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 145, 223
HSL
312°, 80%, 76%
CMYK
0, 40, 8, 5
Luminance
0.4463
Every format
| HEX | #f391df |
| RGB | rgb(243, 145, 223) |
| HSL | hsl(312, 80%, 76%) |
| CMYK | cmyk(0%, 40%, 8%, 5%) |
| LAB | lab(72.7 47.8 -24.0) |
| LCH | lch(72.7 53.4 333.4) |
| OKLCH | oklch(0.783 0.152 334.8) |
Copy-ready code
/* CSS */
color: #f391df;
background-color: #f391df;
/* Tailwind (arbitrary) */
class="text-[#f391df] bg-[#f391df]"
/* SCSS */
$brand: #f391df;
/* SwiftUI */
Color(red: 0.953, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f391df")Accessibility — WCAG contrast
Aa
#f391df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f391df on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow8.2%
Key (black)4.7%
Color previews
#f391df text on a black background
contrast 9.93:1
Card sample
#f391df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f391df;
Background color
Panel with #f391df background
background-color: #f391df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f391df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f391df; background: linear-gradient(135deg, #f391df, #F3919E);