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