#f36796
a light, electric magenta / pink · warm · closest name: salmon
RGB
243, 103, 150
HSL
340°, 85%, 68%
CMYK
0, 58, 38, 5
Luminance
0.3096
Every format
| HEX | #f36796 |
| RGB | rgb(243, 103, 150) |
| HSL | hsl(340, 85%, 68%) |
| CMYK | cmyk(0%, 58%, 38%, 5%) |
| LAB | lab(62.5 58.0 1.9) |
| LCH | lch(62.5 58.1 1.8) |
| OKLCH | oklch(0.699 0.177 1.8) |
Copy-ready code
/* CSS */
color: #f36796;
background-color: #f36796;
/* Tailwind (arbitrary) */
class="text-[#f36796] bg-[#f36796]"
/* SCSS */
$brand: #f36796;
/* SwiftUI */
Color(red: 0.953, green: 0.404, blue: 0.588)
/* Android */
Color.parseColor("#f36796")Accessibility — WCAG contrast
Aa
#f36796 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36796 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.4%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow38.3%
Key (black)4.7%
Color previews
#f36796 text on a black background
contrast 7.19:1
Card sample
#f36796 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36796;
Background color
Panel with #f36796 background
background-color: #f36796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 103, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 103, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36796; background: linear-gradient(135deg, #f36796, #F39567);