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