Salmon
#F75578
RedColor Codes
All color formats for development
HEX
#F75578RGB
rgb(247, 85, 120)HSL
hsl(347, 91%, 65%)OKLCH
oklch(0.676 0.198 11.3)CMYK
cmyk(0%, 66%, 51%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5355F
2#F41545
3#DE0A38
4#BE0930
5#9E0728
6#7F0620
7#5F0418
8#3F0310
9#200108
Tints
Lighter variations
1#F86685
2#F97793
3#F988A0
4#FA99AE
5#FBAABB
6#FCBBC9
7#FDCCD6
8#FDDDE4
9#FEEEF1
Tones
Muted variations
1#EF5D7C
2#E76581
3#DF6D86
4#D6758A
5#CE7D8F
6#C68593
7#BE8D98
8#B6969D
9#AE9EA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0CD | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FA6 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75578 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52451 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A36 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA082B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A061F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0414 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF0F3;
--salmon-100: #FDDDE4;
--salmon-200: #FCC0CD;
--salmon-300: #FA8FA6;
--salmon-400: #F75578;
--salmon-500: #F52451;
--salmon-600: #D60A36;
--salmon-700: #AA082B;
--salmon-800: #7A061F;
--salmon-900: #4E0414;
--salmon-950: #31020C;
}