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