#f394af
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 148, 175
HSL
343°, 80%, 77%
CMYK
0, 39, 28, 5
Luminance
0.4333
Every format
| HEX | #f394af |
| RGB | rgb(243, 148, 175) |
| HSL | hsl(343, 80%, 77%) |
| CMYK | cmyk(0%, 39%, 28%, 5%) |
| LAB | lab(71.8 39.0 1.3) |
| LCH | lch(71.8 39.0 1.9) |
| OKLCH | oklch(0.772 0.118 1.9) |
Copy-ready code
/* CSS */
color: #f394af;
background-color: #f394af;
/* Tailwind (arbitrary) */
class="text-[#f394af] bg-[#f394af]"
/* SCSS */
$brand: #f394af;
/* SwiftUI */
Color(red: 0.953, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#f394af")Accessibility — WCAG contrast
Aa
#f394af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f394af on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow28.0%
Key (black)4.7%
Color previews
#f394af text on a black background
contrast 9.67:1
Card sample
#f394af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f394af;
Background color
Panel with #f394af background
background-color: #f394af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f394af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f394af; background: linear-gradient(135deg, #f394af, #F3B894);