#f1908e
a light, electric red · warm · closest name: salmon
RGB
241, 144, 142
HSL
1°, 78%, 75%
CMYK
0, 40, 41, 6
Luminance
0.4060
Every format
| HEX | #f1908e |
| RGB | rgb(241, 144, 142) |
| HSL | hsl(1, 78%, 75%) |
| CMYK | cmyk(0%, 40%, 41%, 6%) |
| LAB | lab(69.9 36.4 16.9) |
| LCH | lch(69.9 40.1 24.9) |
| OKLCH | oklch(0.754 0.118 21.5) |
Copy-ready code
/* CSS */
color: #f1908e;
background-color: #f1908e;
/* Tailwind (arbitrary) */
class="text-[#f1908e] bg-[#f1908e]"
/* SCSS */
$brand: #f1908e;
/* SwiftUI */
Color(red: 0.945, green: 0.565, blue: 0.557)
/* Android */
Color.parseColor("#f1908e")Accessibility — WCAG contrast
Aa
#f1908e on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1908e on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow41.1%
Key (black)5.5%
Color previews
#f1908e text on a black background
contrast 9.12:1
Card sample
#f1908e text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1908e;
Background color
Panel with #f1908e background
background-color: #f1908e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1908e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 144, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 144, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1908e; background: linear-gradient(135deg, #f1908e, #F1D28E);