#f1775c
a light, electric red · warm · closest name: salmon
RGB
241, 119, 92
HSL
11°, 84%, 65%
CMYK
0, 51, 62, 6
Luminance
0.3267
Every format
| HEX | #f1775c |
| RGB | rgb(241, 119, 92) |
| HSL | hsl(11, 84%, 65%) |
| CMYK | cmyk(0%, 51%, 62%, 6%) |
| LAB | lab(63.9 44.8 36.6) |
| LCH | lch(63.9 57.9 39.3) |
| OKLCH | oklch(0.706 0.156 33.8) |
Copy-ready code
/* CSS */
color: #f1775c;
background-color: #f1775c;
/* Tailwind (arbitrary) */
class="text-[#f1775c] bg-[#f1775c]"
/* SCSS */
$brand: #f1775c;
/* SwiftUI */
Color(red: 0.945, green: 0.467, blue: 0.361)
/* Android */
Color.parseColor("#f1775c")Accessibility — WCAG contrast
Aa
#f1775c on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1775c on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green46.7%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow61.8%
Key (black)5.5%
Color previews
#f1775c text on a black background
contrast 7.53:1
Card sample
#f1775c text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1775c;
Background color
Panel with #f1775c background
background-color: #f1775c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1775c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 119, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 119, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1775c; background: linear-gradient(135deg, #f1775c, #F1DA5C);