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