#f16396
a light, electric magenta / pink · warm · closest name: salmon
RGB
241, 99, 150
HSL
339°, 84%, 67%
CMYK
0, 59, 38, 6
Luminance
0.2983
Every format
| HEX | #f16396 |
| RGB | rgb(241, 99, 150) |
| HSL | hsl(339, 84%, 67%) |
| CMYK | cmyk(0%, 59%, 38%, 6%) |
| LAB | lab(61.5 59.2 0.4) |
| LCH | lch(61.5 59.2 0.4) |
| OKLCH | oklch(0.692 0.180 0.6) |
Copy-ready code
/* CSS */
color: #f16396;
background-color: #f16396;
/* Tailwind (arbitrary) */
class="text-[#f16396] bg-[#f16396]"
/* SCSS */
$brand: #f16396;
/* SwiftUI */
Color(red: 0.945, green: 0.388, blue: 0.588)
/* Android */
Color.parseColor("#f16396")Accessibility — WCAG contrast
Aa
#f16396 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16396 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green38.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow37.8%
Key (black)5.5%
Color previews
#f16396 text on a black background
contrast 6.97:1
Card sample
#f16396 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16396;
Background color
Panel with #f16396 background
background-color: #f16396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 99, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 99, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16396; background: linear-gradient(135deg, #f16396, #F18F63);