#f394db
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 148, 219
HSL
315°, 80%, 77%
CMYK
0, 39, 10, 5
Luminance
0.4535
Every format
| HEX | #f394db |
| RGB | rgb(243, 148, 219) |
| HSL | hsl(315, 80%, 77%) |
| CMYK | cmyk(0%, 39%, 10%, 5%) |
| LAB | lab(73.1 45.6 -21.1) |
| LCH | lch(73.1 50.2 335.2) |
| OKLCH | oklch(0.786 0.143 336.8) |
Copy-ready code
/* CSS */
color: #f394db;
background-color: #f394db;
/* Tailwind (arbitrary) */
class="text-[#f394db] bg-[#f394db]"
/* SCSS */
$brand: #f394db;
/* SwiftUI */
Color(red: 0.953, green: 0.580, blue: 0.859)
/* Android */
Color.parseColor("#f394db")Accessibility — WCAG contrast
Aa
#f394db on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f394db on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow9.9%
Key (black)4.7%
Color previews
#f394db text on a black background
contrast 10.07:1
Card sample
#f394db text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f394db;
Background color
Panel with #f394db background
background-color: #f394db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f394db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 148, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 148, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f394db; background: linear-gradient(135deg, #f394db, #F3949C);