#f36077
a light, electric red · warm · closest name: salmon
RGB
243, 96, 119
HSL
351°, 86%, 67%
CMYK
0, 61, 51, 5
Luminance
0.2875
Every format
| HEX | #f36077 |
| RGB | rgb(243, 96, 119) |
| HSL | hsl(351, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 51%, 5%) |
| LAB | lab(60.6 58.1 17.1) |
| LCH | lch(60.6 60.6 16.4) |
| OKLCH | oklch(0.683 0.181 13.8) |
Copy-ready code
/* CSS */
color: #f36077;
background-color: #f36077;
/* Tailwind (arbitrary) */
class="text-[#f36077] bg-[#f36077]"
/* SCSS */
$brand: #f36077;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.467)
/* Android */
Color.parseColor("#f36077")Accessibility — WCAG contrast
Aa
#f36077 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f36077 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow51.0%
Key (black)4.7%
Color previews
#f36077 text on a black background
contrast 6.75:1
Card sample
#f36077 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36077;
Background color
Panel with #f36077 background
background-color: #f36077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36077; background: linear-gradient(135deg, #f36077, #F3AB60);