#f36873
a light, electric red · warm · closest name: salmon
RGB
243, 104, 115
HSL
355°, 85%, 68%
CMYK
0, 57, 53, 5
Luminance
0.3019
Every format
| HEX | #f36873 |
| RGB | rgb(243, 104, 115) |
| HSL | hsl(355, 85%, 68%) |
| CMYK | cmyk(0%, 57%, 53%, 5%) |
| LAB | lab(61.8 54.3 21.1) |
| LCH | lch(61.8 58.2 21.3) |
| OKLCH | oklch(0.692 0.171 17.9) |
Copy-ready code
/* CSS */
color: #f36873;
background-color: #f36873;
/* Tailwind (arbitrary) */
class="text-[#f36873] bg-[#f36873]"
/* SCSS */
$brand: #f36873;
/* SwiftUI */
Color(red: 0.953, green: 0.408, blue: 0.451)
/* Android */
Color.parseColor("#f36873")Accessibility — WCAG contrast
Aa
#f36873 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36873 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta57.2%
Yellow52.7%
Key (black)4.7%
Color previews
#f36873 text on a black background
contrast 7.04:1
Card sample
#f36873 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36873;
Background color
Panel with #f36873 background
background-color: #f36873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 104, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 104, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36873; background: linear-gradient(135deg, #f36873, #F3BA68);