#f3608d
a light, electric magenta / pink · warm · closest name: salmon
RGB
243, 96, 141
HSL
342°, 86%, 67%
CMYK
0, 61, 42, 5
Luminance
0.2934
Every format
| HEX | #f3608d |
| RGB | rgb(243, 96, 141) |
| HSL | hsl(342, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 42%, 5%) |
| LAB | lab(61.1 60.2 5.1) |
| LCH | lch(61.1 60.4 4.8) |
| OKLCH | oklch(0.688 0.184 4.3) |
Copy-ready code
/* CSS */
color: #f3608d;
background-color: #f3608d;
/* Tailwind (arbitrary) */
class="text-[#f3608d] bg-[#f3608d]"
/* SCSS */
$brand: #f3608d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.553)
/* Android */
Color.parseColor("#f3608d")Accessibility — WCAG contrast
Aa
#f3608d on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3608d on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow42.0%
Key (black)4.7%
Color previews
#f3608d text on a black background
contrast 6.87:1
Card sample
#f3608d text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3608d;
Background color
Panel with #f3608d background
background-color: #f3608d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3608d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3608d; background: linear-gradient(135deg, #f3608d, #F39560);