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