#f18c85
a light, electric red · warm · closest name: salmon
RGB
241, 140, 133
HSL
4°, 79%, 73%
CMYK
0, 42, 45, 6
Luminance
0.3915
Every format
| HEX | #f18c85 |
| RGB | rgb(241, 140, 133) |
| HSL | hsl(4, 79%, 73%) |
| CMYK | cmyk(0%, 42%, 45%, 6%) |
| LAB | lab(68.9 37.5 20.5) |
| LCH | lch(68.9 42.8 28.6) |
| OKLCH | oklch(0.746 0.124 24.7) |
Copy-ready code
/* CSS */
color: #f18c85;
background-color: #f18c85;
/* Tailwind (arbitrary) */
class="text-[#f18c85] bg-[#f18c85]"
/* SCSS */
$brand: #f18c85;
/* SwiftUI */
Color(red: 0.945, green: 0.549, blue: 0.522)
/* Android */
Color.parseColor("#f18c85")Accessibility — WCAG contrast
Aa
#f18c85 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18c85 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow44.8%
Key (black)5.5%
Color previews
#f18c85 text on a black background
contrast 8.83:1
Card sample
#f18c85 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18c85;
Background color
Panel with #f18c85 background
background-color: #f18c85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18c85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 140, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 140, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18c85; background: linear-gradient(135deg, #f18c85, #F1D485);