#f36092
a light, electric magenta / pink · warm · closest name: salmon
RGB
243, 96, 146
HSL
340°, 86%, 67%
CMYK
0, 61, 40, 5
Luminance
0.2950
Every format
| HEX | #f36092 |
| RGB | rgb(243, 96, 146) |
| HSL | hsl(340, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 40%, 5%) |
| LAB | lab(61.2 60.7 2.4) |
| LCH | lch(61.2 60.7 2.2) |
| OKLCH | oklch(0.690 0.185 2.1) |
Copy-ready code
/* CSS */
color: #f36092;
background-color: #f36092;
/* Tailwind (arbitrary) */
class="text-[#f36092] bg-[#f36092]"
/* SCSS */
$brand: #f36092;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.573)
/* Android */
Color.parseColor("#f36092")Accessibility — WCAG contrast
Aa
#f36092 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f36092 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow39.9%
Key (black)4.7%
Color previews
#f36092 text on a black background
contrast 6.90:1
Card sample
#f36092 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36092;
Background color
Panel with #f36092 background
background-color: #f36092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36092; background: linear-gradient(135deg, #f36092, #F39060);